Notebooks
Key Features of Angular
Exploring the key features of Angular such as TypeScript, decorators, and dependency injection.
Component Basics
Understanding the basics of Angular components including component class, decorator, and template.
Angular Directives
Learning about Angular directives including *ngFor, *ngIf, and custom directives.
Angular Decorators
Understanding the role of decorators in Angular including @Component, @Injectable, and parameter decorators.
Data Binding
Understanding the concept of data binding in Angular including one-way, two-way, property, and event binding.
Routing
Understanding the concept of routing in Angular including route parameters, nested routes, and route configuration.