Skip to content

Commit 757d96f

Browse files
committed
fix: debounce popstate events & update parcel properly
1 parent 276b019 commit 757d96f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

schematics/ng-add/_files/src/main.single-spa.ts.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ApplicationRef } from '@angular/core';
21
<% if (routing) { %>
32
import { bootstrapApplication, platformBrowser } from '@angular/platform-browser';
43
import { NavigationStart, Router } from '@angular/router';
@@ -23,7 +22,6 @@ const lifecycles = singleSpaAngular({
2322
return bootstrapApplication(AppComponent, appConfig, { platformRef });
2423
},
2524
NgZone: 'noop',
26-
ApplicationRef,
2725
template: '<<%= prefix %>-root />',<% if (routing) { %>
2826
Router,
2927
NavigationStart,<% } %>

0 commit comments

Comments
 (0)