Skip to content

v7.1.0

Compare
Choose a tag to compare
@arturovt arturovt released this 24 Jul 21:14
· 29 commits to master since this release

Features

  • single-spa-angular now can bootstrap applications with standalone components. The bootstrapFunction allowed bootstrapping application by calling platformBrowserDynamic(getSingleSpaExtraProviders()).bootstrapModule(...). It's possible to call bootstrapApplication(...) now which bootstraps the standalone component (marked with standalone: true). Unfortunately, since the bootstrapApplication is in developer preview, it's not possible to pass platform providers to bootstrapApplication; thus getSingleSpaExtraProviders cannot be called. (ffa487c)