docs(angular): add deferrable views content (#6390)
parent
7e240bc1bc
commit
953d18407b
1 changed files with 10 additions and 1 deletions
@ -1 +1,10 @@ |
||||
# Deferrable Views |
||||
# Deferrable Views |
||||
|
||||
Deferrable views can be used in component template to defer the loading of select dependencies within that template. Those dependencies include components, directives, and pipes, and any associated CSS. To use this feature, you can declaratively wrap a section of your template in a @defer block which specifies the loading conditions. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Angular Official Docs - Deferrable Views](https://angular.dev/guide/defer) |
||||
- [@article@Unlocking performance with deferrable views](https://medium.com/@kashif_khan/exploring-angular-17-unlocking-performance-with-deferrable-views-580b1977f430) |
||||
- [@video@Angular 17 Defer Block |Lazy Loading in Angular 17|Angular 17 Deferrable Views |Angular 17 Tutorial](https://www.youtube.com/watch?v=h2rEGoqwr6o) |
||||
- [@article@Learn how to unit test deferrable views](https://angular.love/en/learn-how-to-unit-test-the-deferrable-views) |
Loading…
Reference in new issue