Episode 23/24: Angular 16, RFCs for Deferred Loading and built-in Control-Flow

preview_player
Показать описание
Angular 16.1 added support for using the native fetch method in the HttpClient and introduces a transform function for @Input decorator. Two new RFCs propose an alternative to the control-flow directives and deferred component loading.

Рекомендации по теме
Комментарии
Автор

you are doing god's work! keep up with the videos, i've subscribed and i'll be looking forward to the new updates! thanks!

paulolemos
Автор

Absolutely amazing change, hope it will become reality. Too many winers in the RFC, it's clearly a better syntax. Ng-if will not go away anyway.

LarsRyeJeppesen
Автор

Will the deferred loading be supported for web components also or is this only applicable within "angular context"?
We have custom-built this support today where we have one single web-component and then a selector-attribute where you describe which component should be lazy-loaded and rendered. Is this something that this feature also might support?

MikaelPorttila