diff --git a/libs/single-spa-angular/src/single-spa-angular.ts b/libs/single-spa-angular/src/single-spa-angular.ts index 18ab73d..594f52c 100644 --- a/libs/single-spa-angular/src/single-spa-angular.ts +++ b/libs/single-spa-angular/src/single-spa-angular.ts @@ -74,6 +74,7 @@ async function bootstrap(options: BootstrappedSingleSpaAngularOptions): Promise< // is being executed or under which application, making it difficult to assert whether this // app is running under its zone. options.NgZone.assertInAngularZone = () => {}; + options.NgZone.assertNotInAngularZone = () => {}; options.routingEventListener = () => { options.bootstrappedNgZone!.run(() => {