Angular Standalone components | Ways of using standalone components | Angular 15 | Stable release

preview_player
Показать описание
In this video we will learn how to Create and use angular standalone components in angular 15

You will learn
1. How to inject modular component into standalone component
2. How to inject standalone component into another standalone component
3. How to inject standalone component into modular component.
4. How to bootstrap an angular application with a standalone component.
5. How to make the application modular free.

Github link

Angular 15 Features

Angular 14 features

(Reactive Form - 24 | Strictly typed reactive forms | Angular 14 updates)

(Reactive Form - 22 | Address Management System | Part - 6 | Pre-filling addresses of form)

(Reactive Form - 21 | Address Management System | Part - 5 | Validate address form)

(Reactive Form - 20 | Address Management System | Part - 4 | Remove Address from addresses)

(Reactive Form - 19 | Address Management System | Part - 3 | Add Address into addresses)

(Reactive Form - 18 | Address Management System | Part - 2 | Binding Groups and HTML Content)

(Reactive Form - 17 | Address Management System | Part - 1 | Creating UI and form structure)

(Reactive Form - 18 | Address Management System | Part - 2 | Binding Groups and HTML Content)

For understanding ngFor click the below link

For Understanding ng-container, click below link

Form arrays and type casting, click below link

Try to understand all my previous concepts in reactive forms series

For Reactive forms complete series, follow the below link

For Unit testing on Reactive forms, follow the below playlist

For Unit testing all angular concepts, follow below playlist

For Unit testing all angular unit testing concepts, follow the below playlist

Learn Javascript concepts from the below playlist

#angular15 #standalone #components #angular #versionupdate
Рекомендации по теме
Комментарии
Автор

Beginners would be regretting if they haven’t come across this video specially when there is a requirement for migration to standalone ..❤

CodeNVlog
Автор

How we can use standalone components with @angular/elements

TheVasanth