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 1524fb1 commit 8c8e68cCopy full SHA for 8c8e68c
nativescript-angular/router/page-router-outlet.ts
@@ -206,7 +206,7 @@ export class PageRouterOutlet {
206
// HACK: Fill the outlet map provided by the router, with the outlets that we have cached.
207
// This is needed beacuse the component is taken form the cache and not created - so it will not register
208
// its child router-outlets to the newly created outlet map.
209
- Object.assign(outletMap, cacheItem.outletMap);
+ (<any>Object).assign(outletMap, cacheItem.outletMap);
210
211
this.currentActivatedComp = cacheItem.componentRef;
212
}
0 commit comments