chore(dependencies): use angular router and our custom router impl for now

This commit is contained in:
Dan Bucholtz
2018-01-31 12:01:22 -06:00
parent fd9fb7a766
commit 3af493f4d1
17 changed files with 26 additions and 17 deletions

View File

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