refactor(deep-linking): rename to

rename  to
This commit is contained in:
Dan Bucholtz
2017-03-20 10:42:00 -05:00
parent 52081a471a
commit b10ec68087
156 changed files with 327 additions and 336 deletions

View File

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { DeepLinkModule } from '../../../../../src';
import { IonicPageModule } from '../../../../../src';
import { PageOne } from './page-one';
@ -8,7 +8,7 @@ import { PageOne } from './page-one';
PageOne,
],
imports: [
DeepLinkModule.forChild(PageOne),
IonicPageModule.forChild(PageOne),
],
entryComponents: [
PageOne,