Code Monkey home page Code Monkey logo

angular-crash-course's Introduction

Angular Crash Course for Busy Developers

The exercises of the Udemy-course Angular Crash Course for Busy Developers by Mosh Hamedani.

Terminal Commands

  • Create a project named "sec00-playground": ng new sec00-playground

  • Create a component named "course": ng g c course Example without abbreviations: ng generate component components/Todos

  • Start the local installation: ng serve

  • Create a service with name "email": ng g s email

Section 02 - TypeScript Fundamentals

Implement a Facebook Like-button.

When the user clicks the Like-button, then the button it becomes selected / unselected and the number of likes is increased / decreased.

Use a TypeScript class which encapsulates the data and responds to the user actions. Means: When the user clicks the button, then the number of likes shall increase and the button should get the selected-state. If the user clicks the button again, the number of likes shall be decreased and the button shall get the unselected-state.

The initial number of likes becomes passed to the constructor of the class.

Define the Like-button class in a separate module and use it within a main module.

Section 03 - Angular Fundamentals

Create a page which displays a list of authors.

Section 04 - Displaying Data and Handling Events

  • Favorite Component: Create an interactive favorite-icon for a social-media website.

  • Title Casing

Section 05 - Building Reusable Components

Social Media Like-Component: Create a like-button for a community website.

Section 06 - Directives

Create an accordion-component.

Section 07 - Template-Driven Forms

Make a Bootstrap form with data-validation.

Section 08 - Reactive Forms

Build a change-password formular with validation.

All fields required. Old password have to match the expected value. New password and confirm password have to match.

Section 08 - Reactive Forms

Build a change-password formular with validation.

All fields required. Old password have to match the expected value. New password and confirm password have to match.

Section 09 - Consuming HTTP Services

Create a GitHub-Follower page.

Section 10 - Routing and Navigation

Blog Archive Web-Site

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.