chore(angular): temporarily use danbucholtz/ng-router package until angular publishes new release

This commit is contained in:
Dan Bucholtz
2018-01-31 11:34:54 -06:00
parent 37b1c03293
commit 1e601f6744
18 changed files with 1985 additions and 1348 deletions

View File

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { Routes, RouterModule } from '@danbucholtz/ng-router';
import { ContentPageComponent } from './content-page.component';