Topics of Angular development
Angular topics
- Installation
- Components
- Module
- Data Binding
- Parent-child communication (@Input, @Output)
- String interpolation {{}}
- One-Way Binding - Custom, Property Binding
- Two Way Binding [(ngModel)]
- Directives
- Component directive
- <app-root></app-root>
- Attribute directive
- ngClass, ngStyle, ngModel
- Structural directive
- ngIf, ngFor, ngSwitch
- LifeCycle Hooks
- Host Binding & Attribute Directives
- Custom Directives
- Structural Directives
- Pipes
- Dependency Injection (DI)
- Services
- Routers
- Router Guard
- HTTP client
- Forms
- Template Driven
- Reactive FormRouters
- @ViewChild
- @ViewChildren
- Ng-content
- @ContentChild
- @ContentChildren
- Ng-template
- Ng-container
- Pipe
- RxJs
- Stream
- Observables
- Subscription
- Unit Testing
- Karma
- Jasmin
- Angular Material
- Animation
- Progressive Web Apps (PWA)
- REST API with NestJS and mongoDB
- Firebase, Firestore and AngularFire
Comments
Post a Comment