We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276b019 commit 757d96fCopy full SHA for 757d96f
1 file changed
schematics/ng-add/_files/src/main.single-spa.ts.template
@@ -1,4 +1,3 @@
1
-import { ApplicationRef } from '@angular/core';
2
<% if (routing) { %>
3
import { bootstrapApplication, platformBrowser } from '@angular/platform-browser';
4
import { NavigationStart, Router } from '@angular/router';
@@ -23,7 +22,6 @@ const lifecycles = singleSpaAngular({
23
22
return bootstrapApplication(AppComponent, appConfig, { platformRef });
24
},
25
NgZone: 'noop',
26
- ApplicationRef,
27
template: '<<%= prefix %>-root />',<% if (routing) { %>
28
Router,
29
NavigationStart,<% } %>
0 commit comments