docs(angular): add deferrable views content (#6390)

pull/6378/merge
J. Degand 2 months ago committed by GitHub
parent 7e240bc1bc
commit 953d18407b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/angular/content/deferrable-views@CYjsXIOWtP5DJmYS-qR-s.md

@ -1 +1,10 @@
# 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…
Cancel
Save