Kick Start Angular 9

The primary goal of this Practice Lab is to give a kick start for the users who are totally new to Angular Framework. As we all know angular has a complex version history starting from Angular 2 we have new enhancements as well as deprecated parts in each major version like 4, 5, 6, 7, 8 and 9. The good thing is when you want to learn Angular framework you can directly start with the latest version.
This Practice Lab will give you a stepwise learning experience where you will learn almost all the important concepts by not only reading but by actually doing it practically. We recommend each student do this practically using their own computers.
Main Features
- Customized time-based learning modules
- Step by Step practical
- Designed for developers
Lab
2
Kick Start Angular 9 Step by Step Lab 1
3
Kick Start Angular 9 Step by Step Lab 2
4
Kick Start Angular 9 Step by Step Lab 3
Section 01: Introduction of the Course
1
Lecture 01: Understanding Angular
2
Lecture 02: Setup Development Environment
3
Lecture 03: Creating New Project through AngularCLI commands
4
Lecture 04: Understanding Angular Component
5
Lecture 05: Understanding Angular Module
6
Lecture 06: Hero Child Component with Bindings
7
Lecture 07: Hero Parent Component with Bindings
8
Lecture 08: Event Bindings with ngStyle Directive
Section 02: Deep Dive to Angular Application Development
1
Lecture 09: Creating New Angular App
2
Lecture 10: Adding Libraries using Package
3
Lecture 11: Creating New Component VideoList
4
Lecture 12: Binding JSON Data with VideoList Component
5
Lecture 13: Correcting UI and Using Pipes in VideoList
6
Lecture 14: Improving Component by making data Strongly DataTyped
7
Lecture 15: Getting Familiar with Lifecycle Hooks
8
Lecture 16: Services of Angular 4 Application
9
Lecture 17: Using Services with Dependency Injection