

Angular Core Deep Dive - Beginner to Advanced (Angular 15)
- Offered byUDEMY
Angular Core Deep Dive - Beginner to Advanced (Angular 15) at UDEMY Overview
Duration | 8 hours |
Total fee | ₹649 |
Mode of learning | Online |
Credential | Certificate |
Angular Core Deep Dive - Beginner to Advanced (Angular 15) at UDEMY Highlights
- Earn a certificate of completion
- 30-Day Money-Back Guarantee
- Get Full Lifetime Access
Angular Core Deep Dive - Beginner to Advanced (Angular 15) at UDEMY Course details
- This course will give learner a solid foundation on the Angular platform by giving with an in-depth guide tour of all the advanced features available in the Angular Core and Common modules
- In this course, learner will get an exhaustive guided tour of all the basic and also the advanced functionality available in these two Angular essential modules (including Angular Elements)
- This guide will cover everything from the most commonly used features of Angular, up until the most advanced topics of Angular Core, such as the multiple modes of change detection, style isolation, dependency injection, content projection, internationalization, and more
Angular Core Deep Dive - Beginner to Advanced (Angular 15) at UDEMY Curriculum
Introduction
Angular Core Deep Dive - Helicopter View
IMPORTANT - Recommended Software Versions
Course Kickoff - Development Environment Setup
The Typescript Jumpstart Ebook
Introduction To Angular - Custom HTML Elements, Model vs View
Why Angular? Learn the Key Features of Angular Core
Angular Components, Core Directives and Pipes
New Section - Angular Components and Core Directives
Building our First Angular Component
Component Inputs and the @Input Decorator
Angular Component @Output - Custom Events and Event Emitters
The Angular ngFor Core Directive
Angular ngIf Directive and the Elvis Operator
Angular ngClass Core Directive - Learn All Features
Angular ngStyle Core Directive - When to use it and Why
Angular ngSwitch Core Directive In Detail
Angular ng-container Core Directive - When to use it?
Angular Built-In Pipes - Complete Catalog
Angular Local Template Querying In Depth
Angular View Child Decorator - How Does it Work?
View Child - Learn the multiple View Query Configuration Options
The AfterViewInit Lifecycle Hook - How deep can we query with View Child?
The View Children Decorator and Query List In Detail
Angular Content Projection In Depth
Angular Content Projection with ng-content In Detail
Angular Content Child Decorator - In-Depth Explanation
Angular Content Children and the AfterContentInit Lyfecycle Hook
Angular Templates In Depth
Angular Templates Introduction with ng-template
Angular Template Instantiation with ngTemplateOutlet
Angular Templates as Component Inputs
Angular Directives In Depth
Introduction to Angular Attribute Directives
Angular Host Binding in Detail - DOM Properties vs Attributes
Angular Host Listener - Handling Events in Directives
Angular Directive Export As syntax - When to Use it and Why
Angular Structural Directives - Understanding the Star Syntax
Angular Structural Directives - Step-by-Step Implementation
Angular View Encapsulation In Depth
Angular View Encapsulation - the Host Selector
Bypassing View Encapsulation with the ng-deep modifier
The Host Context Selector - Theming Use Case
Angular View Encapsulation - Default vs Shadow DOM
Angular Injectable Services In Depth
Angular Injectable Services - New Section Introduction
The Angular HTTP Client - GET calls with Request Parameters
The Async Pipe - a Better way of passing Observable data to the View
Angular Custom Services - The Injectable Decorator
Angular Custom Service - Fetching Data
Angular Custom Service - Data Modification with an HTTP PUT
Angular Dependency Injection In Depth
Introduction to the Angular Dependency Injection System
Angular DI - Understanding Providers and Injection Tokens
Angular DI - Understanding Simplified Provider Configuration
Understanding Hierarchical Dependency Injection
Understanding Angular Tree-Shakeable Providers
Angular DI - Injection Tokens In Detail
Angular DI Decorators - Optional, Self, SkipSelf
Angular DI Host Decorator and Section Conclusion
Angular Change Detection In Depth
Angular Default Change Detection - How does it Work?
Angular OnPush Change Detection - How does it Work?
OnPush Change Detection and Observables Data Streams
Angular Attribute Decorator - When to use it?
Angular Custom Change Detection with ChangeDetectorRef