angular/packages/platform-browser/animations/async/PACKAGE.md
Matthieu Riegler e753278faa feat(animations): Add the possibility of lazy loading animations code. (#50738)
`provideLazyLoadedAnimations()` returns providers which allow the lazy loading of the animation module.

Lazy loading of the animation code can shave off up to 16KB gzipped of the main bundle.

PR Close #50738
2023-09-29 10:49:39 -07:00

92 B

Provides a lazy loaded infrastructure for the rendering of animations in supported browsers.