Breaking changes
- The single-spa-angular opts saw significant changes. The
mainModule
andplatform
opts no longer exist. Instead, there is a new opt calledbootstrapFunction
that is required. See this documentation for more info on how to use the new API. This breaking change was necessary in order to implement the features and fixes in this release (#43)
Features
ng build --prod
bundle size on a new angular-cli app is cut in half (about 250kb reduction) (#43)
Fixes
Lazy routes discovery not enabled
warning is gone fromng build
(#43)