Angular-Course
Angular-Course
Angular
o What is Angular
o Difference between Angular 2.0 vs 7.0
o Angular CLI and Troubleshooting
o Node JavaScript Introduction
o Setup a Project
o Setup Node js with angular
o Typescript Introduction
o What is bootstrap
o Create Your Fist App
Directives in Angular js
o What is Directives
o Using Output Data Conditionally
o What is ng if and else condition
o Output List
o Styling Element with ngStyle
o How to apply css class dynamically with angular js
o How to Create Basic Attribute Directive
o What is Renderer
o What is HostBinding and HostListener
o Directive Properties
o ngSwitch
Routing
o What is Routing?
o Loading of Routes
o Navigation and it path
o Styling of Router Links
o Relative Path Navigation
o De ne parameter in Routing
o Fetch Routing Parameter
o Observables
o Passing & Retrieving Parameters & Fragments
o Nested RoutingCon g Query Parameters
o Redirection Routes
o Route con guration
o Route Guards
o Protect Routes with canActivate
o Navigation Controlling
o Static Data in Route
o Location Strategies
Forms
o What is Forms and how do we handle it?
o Reactive Approach
o Template Driven
o Create Template Driven Forms
o What is Registering Control
o Use and Submit of Forms
o Access of Forms
o How to add validation in use input
o Build-In Validation
o HTML5 Validation
o Output Validation and Error Messages
o Two Way Binding
o Grouping
o Radio Button Handling
o Patch Forms Values
o Resetting Templates form Forms
Reactive Forms
o What is Reactive Forms
o Create Reactive form through code
o Syncing of HTML and Form
o Adding Validation
o Sumit Forms
o Grouping
o Form Control Arrays
o Custom Validators
o Relative Forms
o Async validation
o Value changes and Reacting to status
Angular 10 Syllabus
Pipes
o What is Pipes in Angular
o How we use pipes
o Chaining Multiple pipes in angular
o parameterizing a pipe
o Filter Pipe
o Impure & Pure Pipe
o async Pipes
HTTP Requests
o What is HTTP Requests
o How it work
o How to send requests
o Adjusting Request Headers
o How to handle Get and Put Request
o Catching HTTP Error
o async with HTTP Requests
Authentication
o What is Authentication
o How Authentication Work
o Introduction to JSON Web Tokens
o Creating Page and Route
o Firebase SDK
o User Signing UP and In
o Sending Token & Requiring
o Authentication Status
o How to add Logout button
o Protection & Redirection of Route
Angular Modules
o What is idea behind Modules
o What is feature Modules and how we create it
o What is App Modules
o Registering Routes in Feature Modules
o What is Shared Module and how we create
o Create the Auth Feature module
o What is Lazy LoadingHow to Modules & Services works
o What is Core Module
o How to Create Basic Core Module
o AoT Compilation with CLI
Angular 10 Syllabus
HTTP Client
o What is HttpClient and how we unlock it
o Request Configuration with Response
o Request Events
o Set up Headers
o HTTP Parameters
o Progress
o What is Interceptors
o Modify Request in Interceptors
o Multiple Interceptors
Animations
o What is Angular Animations
o Triggers and State
o Switch between States
o Basic and Advanced Transitions
o What is void state
o Key frames in animation
o Grouping
o Animation Callback
Unit Testing
o What is Unit Testing
o How to Analyze CLI Testing Setup
o Running Test with CLI
o Components and dependencies
o Async Tasks
o Adding Component with tests
o Difference between Isolated and Non-isolated Tests