chore(): revert back to our custom ng router package for now

This commit is contained in:
Dan Bucholtz
2018-01-31 11:17:57 -06:00
parent 00b22563b3
commit 547a3464ba
3 changed files with 5436 additions and 2 deletions

View File

@ -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);