SlideShare a Scribd company logo
Array, String, Number Manipulation
Doing different challengeable Machine tests which are
conducted in top MNCs.
Skills:
String Array
yyyyy
Object SetTimeout
SetInterval
al
Forms DOM Manipulations
Movie, Jokes & User APIs calls
An app with Registration, login, access different
APIs via AJAX, logout.
Skills:
Local Storage Session Storage JSON
AJAX XHR HTTP
Product Management in Angular
A real-time project with Product Management
which includes, Add, Edit, Delete and Search!
Skills:
Data Binding Inbuilt Directive
Custom Directive Inbuilt Pipes Custom Pipes
TD & Reactive Forms
Auth, Weather, News & Zomato App
A Project which accesses your JSON data and
authenticate the credentials. Call Weather, News &
Zomato APIs.
Skills:
Http Client RXJS Observable Routing
Custom Headers RXJS Subject
REAL-TIME PROJECTS
REAL-TIME PROJECT - SHOPPING CART APPLICATION
A real-time Shopping cart app from very scratch to Advanced level. The project includes Register, Login, Client- side
Authorization, Server-side Authorization, Add Products, List products, Filter products by category wise, Add to cart, View
cart, Update cart, Delete cart items, Search, View Product details, Logout.
Technologies
How to convert HTML app into Angular App, How to load external CSS, JS & Jquery, Routing, Route
Guard, Dynamic Routing, Connect REST API, Observable, Subject, Behaviour Subject, Event Emitter, HTTP,Interceptor,
Child Routes, File upload, Split app into different Modules, Eager Loading, Lazy Loading, Async Loading.
Integrate Angular Material Module and UI Components
The Real-time Project Demo - Live Preview
TYPESCRIPT COURSE CONTENT
SECTION 1: TYPESCRIPT INTRODUCTION
➢What is TypeScript?
➢Features of TypeScript.
➢How to compile TypeScript into JS?
➢What is Transpilation?
Practical:
➢Installing Typescript Engine in Node.
➢Compiling TS code (source) to JS code(source).
SECTION 2: NODE INTRODUCTION
➢What is Node?
➢Node Environment setups.
➢A Brief Node Introduction.
➢What is Node Modules?
➢What are the Types of Node Modules available?
➢What is Local & Global Module?
SECTION 3: TYPESCRIPT ENVIRONMENT SETUPS
➢Install TypeScript Engine in Node.
➢Execute the 1stTypeScriptcode.
➢What iswatcher?
➢Introduction of ts-nodeNPM.
Practical:
➢Practicing Watcher mode.
SECTION 4: VARIABLES IN TS
➢Difference between Static & Dynamic type checking.
➢How to Declare & Define Variables inTS?
➢What is any inTS?
➢Difference between let &var.
➢Template string introduction.
SECTION 5: DATATYPES IN TS
➢Brief Introduction of below types,
•String
•Number
•Boolean
•Array
•Object
•Tuple
•Enum
•Any
•Void
•Never
•Null
•Undefined
Practical:
➢Practicing different types of Data types in TS.
SECTION 6: DIFFERENT TYPES OF PARAMETERS IN TS
➢Difference between JS parameter & TS Parameter.
➢Let vs var vs const
➢Passing Parameters to the functions.
➢How to pass optional parameter?
➢What is Default Parameter?
➢How to use default parameter before required parameter?
➢Rest Parameter overview.
Practical:
➢Passing all above parameters in a single function.
SECTION 7: FEATURES IN TS.
➢Arrow functions.
➢Where to use Arrow functions?
➢Destructing an Array.
➢Destructing and Object.
SECTION 8: OOPS IN TYPESCRIPT
➢What is Class?
➢What is Class definition??
➢What is Object??
➢How to Create Object?
➢Brief introduction about,
•Property
•Method
•Constructor
➢What is Inheritance?
➢Different types of Inheritance in TS.?
➢Access modifiers in TS.?
➢Read only in TS.?
➢Static Property & Methods inTS.
➢Interface in TypeScript.
Practical:
➢Practicing all opps in a real-time examples.
➢Converting JS function into TS Class with oops concepts.
ANGULAR 9 TRAINING COURSE CONTENT
SECTION 1: INTRODUCTION TO ANGULAR
➢What is Angular?
➢Difference between framework &Library?
➢History of Angular and its versions.
➢Why Angular?
➢Features of Angular.
➢What is Single Page Application?
➢Difference between SPA & Traditional Application.
➢What is MVC?
➢How MVC works in Client & Server sides?
SECTION 2: ANGULAR 9 ENVIRONMENT SETUPS
➢What is Angular CLI?
➢Purpose of the CLI.
➢Angular CLI installation.
➢Create a Basic Angular App by using CLI.
➢Executing the Angular Application in the browser.
➢How an Angular app Bootstrapping?
➢Brief explanation about the structure of the Angular App.
SECTION 3: MAIN BUILDING BLOCKS OF ANGULAR
➢An Overview of the below Building blocks of Angular
•Modules
•Components
•Templates
•Metadata
•Data binding –Directives
•Services
•Dependency Injection.
➢What is Module & its importance?
➢What is Root Module and Child Module?
SECTION 4: COMPONENTS IN ANGULAR 9
➢What is Component?
➢ How to create a Component manually and through CLI?
➢What is Component decorator and its Meta data?
➢Component’s Structure overview.
➢Component Life cycle Hooks.
➢Components Interactions overview.
➢How to pass Data from Parent to Child & Child to Parent?
SECTION 5: DATA BINDINGS AND EVENT BINDINGS IN ANGULAR 9
➢What is Data Binding?
➢What is Two-way Data Binding?
➢String Interpolation.
➢Style Binding, Class Binding.
➢Overview of Event Binding.
➢Element reference and $event service in Angular.
➢Event Filtering
SECTION 6: SERVICES IN ANGULAR 9
➢What is Services?
➢Why should we use Services?
➢How to create Services in Angular?
➢Singleton Object -Overview
➢What is Dependency Injection?
➢How to use Dependency Injection?
➢What is providers?
➢What is@Injectable()?
➢What is HierarchicalDI?
SECTION 7: DIRECTIVES & CUSTOM DIRECTIVES IN ANGULAR 9
➢What is Directives?
➢What are the Different kind of Directives available in Angular?
➢Difference between Structural & Attribute Directives.
➢Overview of All Structural & Attribute Directives.
➢Difference between ngIf& hidden directives.
➢How to create Custom Attribute Directive?
➢How to create Custom Structural Directive?
➢How to pass Input property to the custom directive?
➢How to receive Input property from the custom directive?
SECTION 8: PIPES IN ANGULAR 9
➢What is Pipe in Angular?
➢Purpose of the Pipes.
➢Difference between Pipes &Directives.
➢Detailed explanation of the below Pipes,
•Lowercase
•Uppercase
•Titlecase
•Slice
• Json
•Number
•Percent
•Currency
•Date
➢What is Pure Pipe & Impure Pipe?
➢How to create Custom Pipes?
➢What is chaining Pipes?
➢What is Parameterized Pipe?
SECTION 9: COMPONENTS COMMUNICATION
➢Overview of Components Interaction
➢Share data between components by using Service
➢Component Interaction from Parent to Child.
➢Component Interaction from Child to Parent.
➢@ViewChild decorator overview
➢Components Interaction by using Event Emitter & Subject and ob servable
SECTION 10: EVENT EMITTER AND OTHER SPECIAL DIRECTIVES
➢What is Event Emitter?
➢When to use Event Emitter?
➢How to transfer data with Event Emitter?
➢How to create Custom Events and Trigger?
➢View Encapsulation Overview.
➢What is ng-content and its purpose?
➢ng-container Directive overview.
SECTION 11: TEMPLATE DRIVEN FORM IN ANGULAR
➢What is Template Driven Form?
➢Purpose of Form.
➢How to setup a form in Angular?
➢What is form control and how to set it?
➢What is ngForm?
➢How to Access form values?
➢What are the form states available in Angular?
➢Form Validations.
➢HTML5 Validation vs Angular form Validation.
➢How to set default values in form fields?
➢Setup One-way data binding in Angular.
SECTION 12: REACTIVE FORM IN ANGULAR
➢What is Reactive Form?
➢Difference between Template Drive & Reactive Form
➢How to sync view & Reactive form TS?
➢What is Reactive form control and how to set it?
➢How to attach Dynamic Validations?
➢How to get Reactive from Values?
SECTION 13: SERVICE AND DEPENDENCY INJECTION IN ANGULAR
➢What is Service in Angular?
➢Create & configure Service in Angular.
➢How to do Dependency Injection in Angular?
➢What is Singleton Object?
➢Multiple DI in single Class.
SECTION 14: ROUTING IN ANGULAR 9
➢What is Routing?
➢How Routing makes our App into SPA?
➢How to configure Routing in an Application?
➢Load our components dynamically based on url path.
➢How to create Child Route?
➢Navigating to other links programmatically.
➢Passing Parameter to the Routes.
➢Static Route vs Dynamic Route.
➢Fetching Route Params.
SECTION 15: HTTP & OBSERVABLE IN ANGULAR
➢How to establish HTTP request to Server side.
➢How HTTP Mechanism works?
➢What are the methods available in HTTP?
➢What is Observable &Observer?
➢What are the call back methods available in Observable?
➢How to create a Custom Observable?
➢What is next(), error() and complete()?
➢How to connect any backend &APIs?
➢What is CORS?
➢How to resolve CORS errors?
SECTION 16: AUTHORIZATION IN ANGULAR
➢Client side Authorization vs Server side Authorization.
➢How to create Guard in Angular?
➢Setup Route Guard.
➢Server side Authorization by using JWT Token.
➢HTTP interceptors.
SECTION 17: FILE UPLOAD IN ANGULAR
➢Angular form setups for File Upload.
➢Server side setups for Angular.
➢Multer NPM in node.
➢How to use Multer NPM as middleware in Node?
➢Attach the Multer middleware in server-sider outing.
SECTION 18: REAL-TIME PROJECT IN ANGULAR
➢Applying all the above in a real-time Shopping Cart Application.
Ad

More Related Content

What's hot (20)

データドリブン経営のメトリクス分析 AARRR!モデルの紹介
データドリブン経営のメトリクス分析 AARRR!モデルの紹介データドリブン経営のメトリクス分析 AARRR!モデルの紹介
データドリブン経営のメトリクス分析 AARRR!モデルの紹介
pLucky
 
モデリングの彼方に未来を見た
モデリングの彼方に未来を見たモデリングの彼方に未来を見た
モデリングの彼方に未来を見た
Hagimoto Junzo
 
TextMeshProを使った絵文字対応について
TextMeshProを使った絵文字対応についてTextMeshProを使った絵文字対応について
TextMeshProを使った絵文字対応について
ssuserfefa74
 
Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太
Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太
Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太
Preferred Networks
 
Fog computing
Fog computingFog computing
Fog computing
Mahantesh Hiremath
 
ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜
ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜 ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜
ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜
toshihiro ichitani
 
UX/UI design process - Studio CreativeMe
UX/UI design process - Studio CreativeMeUX/UI design process - Studio CreativeMe
UX/UI design process - Studio CreativeMe
Madhuri Garg
 
Mini UX Workshop: Creating Persona & Scenario
Mini UX Workshop: Creating Persona & ScenarioMini UX Workshop: Creating Persona & Scenario
Mini UX Workshop: Creating Persona & Scenario
Natt Phenjati
 
GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법
GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법
GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법
Sunjung Park
 
Dark web
Dark webDark web
Dark web
Safwan Hashmi
 
D101 ggc techprodspec
D101 ggc techprodspecD101 ggc techprodspec
D101 ggc techprodspec
IMI CALULU
 
2023-03-23_Spiral.AI
2023-03-23_Spiral.AI2023-03-23_Spiral.AI
2023-03-23_Spiral.AI
SasakiYuichi1
 
PHPカンファレンス2021 スポンサー募集概要
PHPカンファレンス2021 スポンサー募集概要PHPカンファレンス2021 スポンサー募集概要
PHPカンファレンス2021 スポンサー募集概要
裕介 原田
 
UX Planning Training Course_SYS4U I&C
UX Planning Training Course_SYS4U I&CUX Planning Training Course_SYS4U I&C
UX Planning Training Course_SYS4U I&C
sys4u
 
Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて
 Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて
Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて
Takahiro Miyaura
 
【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜
【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜	【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜
【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜
虎の穴 開発室
 
PayPayのスピード×ビジネス×デザイン
PayPayのスピード×ビジネス×デザインPayPayのスピード×ビジネス×デザイン
PayPayのスピード×ビジネス×デザイン
Eri Fujiki
 
Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法
Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法
Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法
tobaru_yuta
 
スクラムの知られざる勘所
スクラムの知られざる勘所スクラムの知られざる勘所
スクラムの知られざる勘所
Yoshifumi Tsuda
 
問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)
問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)
問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)
瑛一 西口
 
データドリブン経営のメトリクス分析 AARRR!モデルの紹介
データドリブン経営のメトリクス分析 AARRR!モデルの紹介データドリブン経営のメトリクス分析 AARRR!モデルの紹介
データドリブン経営のメトリクス分析 AARRR!モデルの紹介
pLucky
 
モデリングの彼方に未来を見た
モデリングの彼方に未来を見たモデリングの彼方に未来を見た
モデリングの彼方に未来を見た
Hagimoto Junzo
 
TextMeshProを使った絵文字対応について
TextMeshProを使った絵文字対応についてTextMeshProを使った絵文字対応について
TextMeshProを使った絵文字対応について
ssuserfefa74
 
Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太
Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太
Playgram開発秘話_2022年1月プログラミングシンポジウム招待講演_西澤勇輝、岡本雄太
Preferred Networks
 
ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜
ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜 ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜
ともに考え、ともにつくる 〜リーン・ジャーニー・スタイル〜
toshihiro ichitani
 
UX/UI design process - Studio CreativeMe
UX/UI design process - Studio CreativeMeUX/UI design process - Studio CreativeMe
UX/UI design process - Studio CreativeMe
Madhuri Garg
 
Mini UX Workshop: Creating Persona & Scenario
Mini UX Workshop: Creating Persona & ScenarioMini UX Workshop: Creating Persona & Scenario
Mini UX Workshop: Creating Persona & Scenario
Natt Phenjati
 
GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법
GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법
GitLab Korea 밋업 - UX가 올 리모트 팀에서 일하는 법
Sunjung Park
 
D101 ggc techprodspec
D101 ggc techprodspecD101 ggc techprodspec
D101 ggc techprodspec
IMI CALULU
 
2023-03-23_Spiral.AI
2023-03-23_Spiral.AI2023-03-23_Spiral.AI
2023-03-23_Spiral.AI
SasakiYuichi1
 
PHPカンファレンス2021 スポンサー募集概要
PHPカンファレンス2021 スポンサー募集概要PHPカンファレンス2021 スポンサー募集概要
PHPカンファレンス2021 スポンサー募集概要
裕介 原田
 
UX Planning Training Course_SYS4U I&C
UX Planning Training Course_SYS4U I&CUX Planning Training Course_SYS4U I&C
UX Planning Training Course_SYS4U I&C
sys4u
 
Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて
 Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて
Azure Digital TwinとUnreal Engineを統合するADTLink Pluginについて
Takahiro Miyaura
 
【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜
【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜	【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜
【とらのあなラボ Tech Day #3】新規システムにおける技術選定〜GoとgRPCを採用した話〜
虎の穴 開発室
 
PayPayのスピード×ビジネス×デザイン
PayPayのスピード×ビジネス×デザインPayPayのスピード×ビジネス×デザイン
PayPayのスピード×ビジネス×デザイン
Eri Fujiki
 
Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法
Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法
Burp suite を使って iPhone アプリを診断した時に困ったことと、解決方法
tobaru_yuta
 
スクラムの知られざる勘所
スクラムの知られざる勘所スクラムの知られざる勘所
スクラムの知られざる勘所
Yoshifumi Tsuda
 
問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)
問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)
問いかけの作法輪読会#2(ファクトリー型/ワークショップ型)
瑛一 西口
 

Similar to Angular training-course-syllabus (20)

Angular training-course-syllabus
Angular training-course-syllabus Angular training-course-syllabus
Angular training-course-syllabus
Training Institute
 
Mean stack training-course-content
Mean stack training-course-contentMean stack training-course-content
Mean stack training-course-content
Training Institute
 
Full-Stack-Angular-Java-Development- Syllabus.pdf
Full-Stack-Angular-Java-Development- Syllabus.pdfFull-Stack-Angular-Java-Development- Syllabus.pdf
Full-Stack-Angular-Java-Development- Syllabus.pdf
PavithraMaruthuPandi
 
Angular js for beginners
Angular js for beginnersAngular js for beginners
Angular js for beginners
Munir Hoque
 
Micro Service Architecture
Micro Service ArchitectureMicro Service Architecture
Micro Service Architecture
Eduards Sizovs
 
Angular from Zero to Mastery - Training (Intermediate)
Angular from Zero to Mastery - Training (Intermediate)Angular from Zero to Mastery - Training (Intermediate)
Angular from Zero to Mastery - Training (Intermediate)
Smail LOUNES
 
Introduction to AngularJS
Introduction to AngularJSIntroduction to AngularJS
Introduction to AngularJS
Anass90
 
Full Stack ReactJS Java Development Course Content.pdf
Full Stack ReactJS Java Development Course Content.pdfFull Stack ReactJS Java Development Course Content.pdf
Full Stack ReactJS Java Development Course Content.pdf
PavithraMaruthuPandi
 
Angular js firebase-preso
Angular js firebase-presoAngular js firebase-preso
Angular js firebase-preso
Avinash Kondagunta
 
2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...
2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...
2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...
Ambassador Labs
 
Angular 2 overview in 60 minutes
Angular 2 overview in 60 minutesAngular 2 overview in 60 minutes
Angular 2 overview in 60 minutes
Loiane Groner
 
Introduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdf
Introduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdfIntroduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdf
Introduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdf
ALVAROEMMANUELSOCOPP
 
Everything You Need To Know About AngularJS
Everything You Need To Know About AngularJSEverything You Need To Know About AngularJS
Everything You Need To Know About AngularJS
Sina Mirhejazi
 
Step by Step - AngularJS
Step by Step - AngularJSStep by Step - AngularJS
Step by Step - AngularJS
Infragistics
 
Integrating AngularJS into the Campus CMS
Integrating AngularJS into the Campus CMSIntegrating AngularJS into the Campus CMS
Integrating AngularJS into the Campus CMS
Tom Borger
 
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
tilejak773
 
Angular js
Angular jsAngular js
Angular js
Felixits
 
Angular js
Angular jsAngular js
Angular js
Felixits
 
Angular Js Basics
Angular Js BasicsAngular Js Basics
Angular Js Basics
أحمد عبد الوهاب
 
Angular js- 1.X
Angular js- 1.XAngular js- 1.X
Angular js- 1.X
Nitin Giri
 
Angular training-course-syllabus
Angular training-course-syllabus Angular training-course-syllabus
Angular training-course-syllabus
Training Institute
 
Mean stack training-course-content
Mean stack training-course-contentMean stack training-course-content
Mean stack training-course-content
Training Institute
 
Full-Stack-Angular-Java-Development- Syllabus.pdf
Full-Stack-Angular-Java-Development- Syllabus.pdfFull-Stack-Angular-Java-Development- Syllabus.pdf
Full-Stack-Angular-Java-Development- Syllabus.pdf
PavithraMaruthuPandi
 
Angular js for beginners
Angular js for beginnersAngular js for beginners
Angular js for beginners
Munir Hoque
 
Micro Service Architecture
Micro Service ArchitectureMicro Service Architecture
Micro Service Architecture
Eduards Sizovs
 
Angular from Zero to Mastery - Training (Intermediate)
Angular from Zero to Mastery - Training (Intermediate)Angular from Zero to Mastery - Training (Intermediate)
Angular from Zero to Mastery - Training (Intermediate)
Smail LOUNES
 
Introduction to AngularJS
Introduction to AngularJSIntroduction to AngularJS
Introduction to AngularJS
Anass90
 
Full Stack ReactJS Java Development Course Content.pdf
Full Stack ReactJS Java Development Course Content.pdfFull Stack ReactJS Java Development Course Content.pdf
Full Stack ReactJS Java Development Course Content.pdf
PavithraMaruthuPandi
 
2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...
2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...
2017 Microservices Practitioner Virtual Summit: Microservices at Squarespace ...
Ambassador Labs
 
Angular 2 overview in 60 minutes
Angular 2 overview in 60 minutesAngular 2 overview in 60 minutes
Angular 2 overview in 60 minutes
Loiane Groner
 
Introduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdf
Introduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdfIntroduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdf
Introduction-to-Service-Mesh-with-Istio-and-Kiali-OSS-Japan-July-2019.pdf
ALVAROEMMANUELSOCOPP
 
Everything You Need To Know About AngularJS
Everything You Need To Know About AngularJSEverything You Need To Know About AngularJS
Everything You Need To Know About AngularJS
Sina Mirhejazi
 
Step by Step - AngularJS
Step by Step - AngularJSStep by Step - AngularJS
Step by Step - AngularJS
Infragistics
 
Integrating AngularJS into the Campus CMS
Integrating AngularJS into the Campus CMSIntegrating AngularJS into the Campus CMS
Integrating AngularJS into the Campus CMS
Tom Borger
 
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
tilejak773
 
Angular js
Angular jsAngular js
Angular js
Felixits
 
Angular js
Angular jsAngular js
Angular js
Felixits
 
Angular js- 1.X
Angular js- 1.XAngular js- 1.X
Angular js- 1.X
Nitin Giri
 
Ad

More from Training Institute (8)

tell us which cloud you prefer
tell us which cloud you prefertell us which cloud you prefer
tell us which cloud you prefer
Training Institute
 
Testing
TestingTesting
Testing
Training Institute
 
Big data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-contentBig data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-content
Training Institute
 
Ui path training-course-content
Ui path training-course-contentUi path training-course-content
Ui path training-course-content
Training Institute
 
Selenium training-course-content-syllabus-credo systemz
Selenium training-course-content-syllabus-credo systemzSelenium training-course-content-syllabus-credo systemz
Selenium training-course-content-syllabus-credo systemz
Training Institute
 
Python training-course-content
Python training-course-contentPython training-course-content
Python training-course-content
Training Institute
 
Aws training-course-content
Aws training-course-contentAws training-course-content
Aws training-course-content
Training Institute
 
Angular webinar - Credo Systemz
Angular webinar - Credo SystemzAngular webinar - Credo Systemz
Angular webinar - Credo Systemz
Training Institute
 
tell us which cloud you prefer
tell us which cloud you prefertell us which cloud you prefer
tell us which cloud you prefer
Training Institute
 
Big data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-contentBig data-hadoop-training-course-content-content
Big data-hadoop-training-course-content-content
Training Institute
 
Ui path training-course-content
Ui path training-course-contentUi path training-course-content
Ui path training-course-content
Training Institute
 
Selenium training-course-content-syllabus-credo systemz
Selenium training-course-content-syllabus-credo systemzSelenium training-course-content-syllabus-credo systemz
Selenium training-course-content-syllabus-credo systemz
Training Institute
 
Python training-course-content
Python training-course-contentPython training-course-content
Python training-course-content
Training Institute
 
Angular webinar - Credo Systemz
Angular webinar - Credo SystemzAngular webinar - Credo Systemz
Angular webinar - Credo Systemz
Training Institute
 
Ad

Recently uploaded (20)

K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Envenomation---Clinical Toxicology. pptx
Envenomation---Clinical Toxicology. pptxEnvenomation---Clinical Toxicology. pptx
Envenomation---Clinical Toxicology. pptx
rekhapositivity
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd yearVitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
ARUN KUMAR
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...
Sandeep Swamy
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Envenomation---Clinical Toxicology. pptx
Envenomation---Clinical Toxicology. pptxEnvenomation---Clinical Toxicology. pptx
Envenomation---Clinical Toxicology. pptx
rekhapositivity
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd yearVitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
Vitamins Chapter-7, Biochemistry and clinical pathology, D.Pharm 2nd year
ARUN KUMAR
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Understanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s GuideUnderstanding P–N Junction Semiconductors: A Beginner’s Guide
Understanding P–N Junction Semiconductors: A Beginner’s Guide
GS Virdi
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...The ever evoilving world of science /7th class science curiosity /samyans aca...
The ever evoilving world of science /7th class science curiosity /samyans aca...
Sandeep Swamy
 

Angular training-course-syllabus

  • 1. Array, String, Number Manipulation Doing different challengeable Machine tests which are conducted in top MNCs. Skills: String Array yyyyy Object SetTimeout SetInterval al Forms DOM Manipulations Movie, Jokes & User APIs calls An app with Registration, login, access different APIs via AJAX, logout. Skills: Local Storage Session Storage JSON AJAX XHR HTTP Product Management in Angular A real-time project with Product Management which includes, Add, Edit, Delete and Search! Skills: Data Binding Inbuilt Directive Custom Directive Inbuilt Pipes Custom Pipes TD & Reactive Forms Auth, Weather, News & Zomato App A Project which accesses your JSON data and authenticate the credentials. Call Weather, News & Zomato APIs. Skills: Http Client RXJS Observable Routing Custom Headers RXJS Subject REAL-TIME PROJECTS
  • 2. REAL-TIME PROJECT - SHOPPING CART APPLICATION A real-time Shopping cart app from very scratch to Advanced level. The project includes Register, Login, Client- side Authorization, Server-side Authorization, Add Products, List products, Filter products by category wise, Add to cart, View cart, Update cart, Delete cart items, Search, View Product details, Logout. Technologies How to convert HTML app into Angular App, How to load external CSS, JS & Jquery, Routing, Route Guard, Dynamic Routing, Connect REST API, Observable, Subject, Behaviour Subject, Event Emitter, HTTP,Interceptor, Child Routes, File upload, Split app into different Modules, Eager Loading, Lazy Loading, Async Loading. Integrate Angular Material Module and UI Components The Real-time Project Demo - Live Preview
  • 3. TYPESCRIPT COURSE CONTENT SECTION 1: TYPESCRIPT INTRODUCTION ➢What is TypeScript? ➢Features of TypeScript. ➢How to compile TypeScript into JS? ➢What is Transpilation? Practical: ➢Installing Typescript Engine in Node. ➢Compiling TS code (source) to JS code(source). SECTION 2: NODE INTRODUCTION ➢What is Node? ➢Node Environment setups. ➢A Brief Node Introduction. ➢What is Node Modules? ➢What are the Types of Node Modules available? ➢What is Local & Global Module? SECTION 3: TYPESCRIPT ENVIRONMENT SETUPS ➢Install TypeScript Engine in Node. ➢Execute the 1stTypeScriptcode. ➢What iswatcher? ➢Introduction of ts-nodeNPM. Practical: ➢Practicing Watcher mode. SECTION 4: VARIABLES IN TS ➢Difference between Static & Dynamic type checking. ➢How to Declare & Define Variables inTS? ➢What is any inTS? ➢Difference between let &var. ➢Template string introduction. SECTION 5: DATATYPES IN TS ➢Brief Introduction of below types, •String •Number •Boolean •Array •Object •Tuple •Enum
  • 4. •Any •Void •Never •Null •Undefined Practical: ➢Practicing different types of Data types in TS. SECTION 6: DIFFERENT TYPES OF PARAMETERS IN TS ➢Difference between JS parameter & TS Parameter. ➢Let vs var vs const ➢Passing Parameters to the functions. ➢How to pass optional parameter? ➢What is Default Parameter? ➢How to use default parameter before required parameter? ➢Rest Parameter overview. Practical: ➢Passing all above parameters in a single function. SECTION 7: FEATURES IN TS. ➢Arrow functions. ➢Where to use Arrow functions? ➢Destructing an Array. ➢Destructing and Object. SECTION 8: OOPS IN TYPESCRIPT ➢What is Class? ➢What is Class definition?? ➢What is Object?? ➢How to Create Object? ➢Brief introduction about, •Property •Method •Constructor ➢What is Inheritance? ➢Different types of Inheritance in TS.? ➢Access modifiers in TS.? ➢Read only in TS.? ➢Static Property & Methods inTS. ➢Interface in TypeScript. Practical: ➢Practicing all opps in a real-time examples. ➢Converting JS function into TS Class with oops concepts.
  • 5. ANGULAR 9 TRAINING COURSE CONTENT SECTION 1: INTRODUCTION TO ANGULAR ➢What is Angular? ➢Difference between framework &Library? ➢History of Angular and its versions. ➢Why Angular? ➢Features of Angular. ➢What is Single Page Application? ➢Difference between SPA & Traditional Application. ➢What is MVC? ➢How MVC works in Client & Server sides? SECTION 2: ANGULAR 9 ENVIRONMENT SETUPS ➢What is Angular CLI? ➢Purpose of the CLI. ➢Angular CLI installation. ➢Create a Basic Angular App by using CLI. ➢Executing the Angular Application in the browser. ➢How an Angular app Bootstrapping? ➢Brief explanation about the structure of the Angular App. SECTION 3: MAIN BUILDING BLOCKS OF ANGULAR ➢An Overview of the below Building blocks of Angular •Modules •Components •Templates •Metadata •Data binding –Directives •Services •Dependency Injection. ➢What is Module & its importance? ➢What is Root Module and Child Module? SECTION 4: COMPONENTS IN ANGULAR 9 ➢What is Component? ➢ How to create a Component manually and through CLI? ➢What is Component decorator and its Meta data? ➢Component’s Structure overview. ➢Component Life cycle Hooks. ➢Components Interactions overview. ➢How to pass Data from Parent to Child & Child to Parent? SECTION 5: DATA BINDINGS AND EVENT BINDINGS IN ANGULAR 9 ➢What is Data Binding? ➢What is Two-way Data Binding? ➢String Interpolation. ➢Style Binding, Class Binding. ➢Overview of Event Binding. ➢Element reference and $event service in Angular. ➢Event Filtering SECTION 6: SERVICES IN ANGULAR 9 ➢What is Services? ➢Why should we use Services?
  • 6. ➢How to create Services in Angular? ➢Singleton Object -Overview ➢What is Dependency Injection? ➢How to use Dependency Injection? ➢What is providers? ➢What is@Injectable()? ➢What is HierarchicalDI? SECTION 7: DIRECTIVES & CUSTOM DIRECTIVES IN ANGULAR 9 ➢What is Directives? ➢What are the Different kind of Directives available in Angular? ➢Difference between Structural & Attribute Directives. ➢Overview of All Structural & Attribute Directives. ➢Difference between ngIf& hidden directives. ➢How to create Custom Attribute Directive? ➢How to create Custom Structural Directive? ➢How to pass Input property to the custom directive? ➢How to receive Input property from the custom directive? SECTION 8: PIPES IN ANGULAR 9 ➢What is Pipe in Angular? ➢Purpose of the Pipes. ➢Difference between Pipes &Directives. ➢Detailed explanation of the below Pipes, •Lowercase •Uppercase •Titlecase •Slice • Json •Number •Percent •Currency •Date ➢What is Pure Pipe & Impure Pipe? ➢How to create Custom Pipes? ➢What is chaining Pipes? ➢What is Parameterized Pipe? SECTION 9: COMPONENTS COMMUNICATION ➢Overview of Components Interaction ➢Share data between components by using Service ➢Component Interaction from Parent to Child. ➢Component Interaction from Child to Parent. ➢@ViewChild decorator overview ➢Components Interaction by using Event Emitter & Subject and ob servable SECTION 10: EVENT EMITTER AND OTHER SPECIAL DIRECTIVES ➢What is Event Emitter? ➢When to use Event Emitter? ➢How to transfer data with Event Emitter? ➢How to create Custom Events and Trigger? ➢View Encapsulation Overview. ➢What is ng-content and its purpose? ➢ng-container Directive overview.
  • 7. SECTION 11: TEMPLATE DRIVEN FORM IN ANGULAR ➢What is Template Driven Form? ➢Purpose of Form. ➢How to setup a form in Angular? ➢What is form control and how to set it? ➢What is ngForm? ➢How to Access form values? ➢What are the form states available in Angular? ➢Form Validations. ➢HTML5 Validation vs Angular form Validation. ➢How to set default values in form fields? ➢Setup One-way data binding in Angular. SECTION 12: REACTIVE FORM IN ANGULAR ➢What is Reactive Form? ➢Difference between Template Drive & Reactive Form ➢How to sync view & Reactive form TS? ➢What is Reactive form control and how to set it? ➢How to attach Dynamic Validations? ➢How to get Reactive from Values? SECTION 13: SERVICE AND DEPENDENCY INJECTION IN ANGULAR ➢What is Service in Angular? ➢Create & configure Service in Angular. ➢How to do Dependency Injection in Angular? ➢What is Singleton Object? ➢Multiple DI in single Class. SECTION 14: ROUTING IN ANGULAR 9 ➢What is Routing? ➢How Routing makes our App into SPA? ➢How to configure Routing in an Application? ➢Load our components dynamically based on url path. ➢How to create Child Route? ➢Navigating to other links programmatically. ➢Passing Parameter to the Routes. ➢Static Route vs Dynamic Route. ➢Fetching Route Params. SECTION 15: HTTP & OBSERVABLE IN ANGULAR ➢How to establish HTTP request to Server side. ➢How HTTP Mechanism works? ➢What are the methods available in HTTP? ➢What is Observable &Observer? ➢What are the call back methods available in Observable? ➢How to create a Custom Observable? ➢What is next(), error() and complete()? ➢How to connect any backend &APIs? ➢What is CORS? ➢How to resolve CORS errors? SECTION 16: AUTHORIZATION IN ANGULAR ➢Client side Authorization vs Server side Authorization. ➢How to create Guard in Angular?
  • 8. ➢Setup Route Guard. ➢Server side Authorization by using JWT Token. ➢HTTP interceptors. SECTION 17: FILE UPLOAD IN ANGULAR ➢Angular form setups for File Upload. ➢Server side setups for Angular. ➢Multer NPM in node. ➢How to use Multer NPM as middleware in Node? ➢Attach the Multer middleware in server-sider outing. SECTION 18: REAL-TIME PROJECT IN ANGULAR ➢Applying all the above in a real-time Shopping Cart Application.