Features
single-spa-angular
now can bootstrap applications with standalone components. ThebootstrapFunction
allowed bootstrapping application by callingplatformBrowserDynamic(getSingleSpaExtraProviders()).bootstrapModule(...)
. It's possible to callbootstrapApplication(...)
now which bootstraps the standalone component (marked withstandalone: true
). Unfortunately, since thebootstrapApplication
is in developer preview, it's not possible to pass platform providers tobootstrapApplication
; thusgetSingleSpaExtraProviders
cannot be called. (ffa487c)