npm single-spa-angular 7.1.0
v7.1.0

latest releases: 9.2.0, 9.1.2, 9.1.1...
2 years ago

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)

Don't miss a new single-spa-angular release

NewReleases is sending notifications on new releases.