Skip to content

19.0.19

Compare
Choose a tag to compare
@manfredsteyer manfredsteyer released this 10 Apr 20:27
· 8 commits to main since this release

This release solves several issues that occurred with Angular 19.2, and it also solves issues with an entire class of npm packages using Singletons. For this, it delegates directly to the underlying bundler for chunk splitting. Hence, we don't need the transient flag anymore. transient deps will end up in their own bundles automatically when required (when used from more than one other dependencies). In this regards, Native Federation now behaves like Module Federation.