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 9d479a9 commit cf4eba4Copy full SHA for cf4eba4
nativescript-angular/router/page-router-outlet.ts
@@ -198,7 +198,7 @@ export class PageRouterOutlet implements OnDestroy { // tslint:disable-line:dire
198
});
199
this.locationStrategy.clearOutlet(this.frame);
200
} else {
201
- log("NSLocationStrategy.ngOnDestroy: no outlet available for page-router-outlet");
+ log("PageRouterOutlet.ngOnDestroy: no outlet available for page-router-outlet");
202
}
203
204
if (this.isActivated) {
0 commit comments