Awesome
Angular Fundamentals Lessons
What to install
- Latest version of Node or Active LTS
- Angular CLI
- Visual Studio Code
- Angular Language Service Plugin for VS Code
How to run these lesson
- Clone this repository to your local computer.
git clone git@github.com:marktechson/angular-fundamentals-lessons
- From the command line, in the root directory (angular-fundamentals-lessons) run the following command:
ng serve <lesson>
In order to run the first lesson, for example:
ng serve 01-hello-angular
Then, open your browser to http://localhost:4200
and you'll find the lesson.
Solutions
- All of the solutions are on the `solutions branch. You can access them by using the following command:
git checkout solutions
Lesson Links
- Lesson 01 - 01-hello-angular
- Lesson 02 - 02-displaying-dynamic-data
- Lesson 03 - 03-component-composition
- Lesson 04 - 04-control-flow-if
- Lesson 05 - 05-control-flow-for
- Lesson 06 - 06-input-output
- Lesson 07 - 07-routing-basics
- Lesson 08 - 08-routing-recap
- Lesson 09 - 09-template-driven-forms
- Lesson 10 - 10-reactive-forms
- Lesson 11 - 11-dependency-injection
- Lesson 12 - 12-angular-signals
- Lesson 13 - 13-deferrable-views