Angular 14 standalone components tutorial | #angular14

preview_player
Показать описание
We take a look at the new developer preview features angular 14 standalone components. We convert an existing angular application from using ngmodules to fully standalone components and directives. We also look at bootstrapApplication, importProvidersFrom, loadComponent, ENVIRONMENT_INITIALIZER and createEnvironmentInjector

00:00 - Introduction
01:31 - Standalone component
02:18 - Standalone dependency import
03:36 - bootstrapApplication
04:47 - importProvidersFrom
09:20 - Lazy load multiple routes
12:18 - Lazy loadcomponent route
14:25 - Standalone directive
15:49 - Lazy load route providers
18:48 - Environment Injectors
19:40 - Environment Initializer
Рекомендации по теме
Комментарии
Автор

Amazing Explanation! Thanks for sharing!

sanjaygarg
Автор

Thanks for sharing information!can we convert these individual standalone components to a single custom element ?In wat all use cases can we use these standalone components for a project implementation

parvathyr