Description
In this course, you will learn :
- Working with Angular CLI
- Understanding Angular architecture
- Developing UI using Bootstrap
- Creating Angular components
- Adding behavior to elements using directives
- Transforming data using Angular pipes
- Service dependency injection
- Injecting a service into a component
- Reactive Programming
- Fetching data from a server
Syllabus :
1. Getting Started with Angular
- Building Blocks of Web Application Development
- Web Application Architecture
- Introduction to Angular
- Angular Architecture
- Building blocks of Angular
- Angular Installation
- Angular CLI
- Angular CLI commands
- Understanding files in Angular
2. Angular Components and Data Binding
- Working of Angular Applications
- Angular App Bootstrapping
- Angular Modules
- Decorators and its types
- Angular Components
- Creating A Component Through Angular CLI
- Ways to specify selectors
- Template and styles
- Installing bootstrap to design application
3. Angular Directives and Pipes
- Understanding Angular Directives
- @Component Directive
- Structural Directives
- Attribute Directives
- Custom Directives
- Pipes
- Built-in Pipes
- Chaining pipes
- Custom pipes
- PipeTransform Interface & Transform Function
4. Angular Services and Dependency Injection
- Angular service
- Need for a service
- Dependency Injection
- Creating a service
- Hierarchical Injector
- Injecting a Service into Another Service
- Observables
5. RxJS and HTTPClient
- RxJS Library
- Angular’s Interaction with Backend
- Parts of an Http Request
- HttpClient