Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
15 views

Angular-Course

Angular-Course

Uploaded by

Tinku Garg
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Angular-Course

Angular-Course

Uploaded by

Tinku Garg
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

ANGULAR 10 SYLLABUS

 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

 Modules and Components


o What is Component in Angular js
o What is Module in Angular js
o Create and Start Component
o Why Components are important.
o How we create a component
o Create Component using CLI
o What is nesting Component
o What is Component Template
o Component Styles and Selectors

 Data Binding in Angular


o What is Data binding
o Splitting Application into Component
o String Interpolation
o What is Property Binding
o Difference between Property Binding and String Interpolation
o Binding with Custom Events.
o What are Binding Properties and Events
o Two Way binding
o Combine Forms with Data binding
o Custom Properties
o What is Encapsulation
o How to Use Local Reference in TemplatesTemplate Access and DOM
o Component Lifecycle
o What is Hooks in Angular js
o Access Template with Hooks

 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

 Dependency Injection in Angular js


o What is Dependency Injection
o What is Services
o Logging Service and Injection
o Create Data Service
o Instance of Services
o Insert Service into Services
o How to use service in Cross Component
o What is Hierarchical Injector

 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

Performing CRUD Operations as in Realtime Angular Application.


o Create and ASP.NET MVC Web API Application
o Add Angular Seed, download files and Configure Project
o Setup Project for Entity Framework Code First Model
o Add Web API Controller to perform CRUD Operations using EF.
o Create Angular Feature and Routing Modules
o Configure Angular to use HTTP and Json Services.
o Program Angular Modules to performing CRUD Operations.

Angular CLI and MVC Application


o Create an Angular CLI Project
Angular 10 Syllabus

o Build CLI Project


o Integrate build output with MVC Application

You might also like