mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(): revert back to our custom ng router package for now
This commit is contained in:
5434
packages/angular/package-lock.json
generated
Normal file
5434
packages/angular/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -41,7 +41,7 @@
|
||||
"@angular/http": "latest",
|
||||
"@angular/platform-browser": "latest",
|
||||
"@angular/platform-browser-dynamic": "latest",
|
||||
"@danbucholtz/ng-router": "6.0.0-beta.1-20a6848be",
|
||||
"@danbucholtz/ng-router": "latest",
|
||||
"@ionic/core": "next",
|
||||
"glob": "7.1.2",
|
||||
"ionicons": "~3.0.0",
|
||||
|
@ -90,7 +90,7 @@ if (opts.errorHandler) {
|
||||
|
||||
if (opts.enableTracing) {
|
||||
const dom = getDOM();
|
||||
router.events.subscribe(e => {
|
||||
router.events.subscribe((e: any) => {
|
||||
dom.logGroup(`Router Event: ${(<any>e.constructor).name}`);
|
||||
dom.log(e.toString());
|
||||
dom.log(e);
|
||||
|
Reference in New Issue
Block a user