mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(deep-linking): rename to
rename to
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalPage } from './modal-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalPage } from './modal-page';
|
||||
ModalPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalPage),
|
||||
IonicPageModule.forChild(ModalPage),
|
||||
],
|
||||
entryComponents: [
|
||||
ModalPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalPage } from './modal-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalPage } from './modal-page';
|
||||
ModalPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalPage),
|
||||
IonicPageModule.forChild(ModalPage),
|
||||
],
|
||||
entryComponents: [
|
||||
ModalPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalPage } from './modal-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalPage } from './modal-page';
|
||||
ModalPage
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalPage)
|
||||
IonicPageModule.forChild(ModalPage)
|
||||
],
|
||||
entryComponents: [
|
||||
ModalPage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -11,7 +11,7 @@ import { OtherData } from './provider-two';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageThree } from './page-three';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageThree } from './page-three';
|
||||
PageThree,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageThree)
|
||||
IonicPageModule.forChild(PageThree)
|
||||
],
|
||||
entryComponents: [
|
||||
PageThree,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageTwo } from './page-two';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageTwo } from './page-two';
|
||||
PageTwo,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageTwo)
|
||||
IonicPageModule.forChild(PageTwo)
|
||||
],
|
||||
entryComponents: [
|
||||
PageTwo,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabsPageOne } from './tabs-page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { TabsPageOne } from './tabs-page-one';
|
||||
TabsPageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabsPageOne)
|
||||
IonicPageModule.forChild(TabsPageOne)
|
||||
],
|
||||
entryComponents: [
|
||||
TabsPageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabsPage } from './tabs-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { TabsPage } from './tabs-page';
|
||||
TabsPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabsPage)
|
||||
IonicPageModule.forChild(TabsPage)
|
||||
],
|
||||
entryComponents: [
|
||||
TabsPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageTwo } from './page-two';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageTwo } from './page-two';
|
||||
PageTwo,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageTwo),
|
||||
IonicPageModule.forChild(PageTwo),
|
||||
],
|
||||
entryComponents: [
|
||||
PageTwo,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -9,7 +9,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
],
|
||||
entryComponents: [
|
||||
PageOne,
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { SessionDetail } from './session-detail';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
SessionDetail
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(SessionDetail)
|
||||
IonicPageModule.forChild(SessionDetail)
|
||||
],
|
||||
entryComponents: [
|
||||
SessionDetail
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { SessionList } from './session-list';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
SessionList
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(SessionList)
|
||||
IonicPageModule.forChild(SessionList)
|
||||
]
|
||||
})
|
||||
export class SessionListModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { RootPage } from './root-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { RootPage } from './root-page';
|
||||
RootPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(RootPage)
|
||||
IonicPageModule.forChild(RootPage)
|
||||
],
|
||||
entryComponents: [
|
||||
RootPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { E2EPage } from './main';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { E2EPage } from './main';
|
||||
E2EPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(E2EPage)
|
||||
IonicPageModule.forChild(E2EPage)
|
||||
],
|
||||
entryComponents: [
|
||||
E2EPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
],
|
||||
declarations: [
|
||||
PageOne
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { PageThree } from './page-three';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageThree)
|
||||
IonicPageModule.forChild(PageThree)
|
||||
],
|
||||
declarations: [
|
||||
PageThree
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { PageTwo } from './page-two';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageTwo)
|
||||
IonicPageModule.forChild(PageTwo)
|
||||
],
|
||||
declarations: [
|
||||
PageTwo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageTwo } from './page-two';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageTwo } from './page-two';
|
||||
PageTwo,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageTwo)
|
||||
IonicPageModule.forChild(PageTwo)
|
||||
],
|
||||
})
|
||||
export class PageTwoModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabsPage } from './tabs-page';
|
||||
import { PageOneModule } from '../page-one/page-one.module';
|
||||
@@ -9,7 +9,7 @@ import { PageOneModule } from '../page-one/page-one.module';
|
||||
TabsPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabsPage),
|
||||
IonicPageModule.forChild(TabsPage),
|
||||
PageOneModule
|
||||
],
|
||||
entryComponents: [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalPage } from './modal-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalPage } from './modal-page';
|
||||
ModalPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalPage)
|
||||
IonicPageModule.forChild(ModalPage)
|
||||
]
|
||||
})
|
||||
export class ModalPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageFour } from './page-four';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageFour } from './page-four';
|
||||
PageFour,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageFour)
|
||||
IonicPageModule.forChild(PageFour)
|
||||
]
|
||||
})
|
||||
export class PageFourModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
import { PageTwoModule } from '../page-two/page-two.module';
|
||||
@@ -9,7 +9,7 @@ import { PageTwoModule } from '../page-two/page-two.module';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne),
|
||||
IonicPageModule.forChild(PageOne),
|
||||
PageTwoModule
|
||||
]
|
||||
})
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageThree } from './page-three';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageThree } from './page-three';
|
||||
PageThree,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageThree)
|
||||
IonicPageModule.forChild(PageThree)
|
||||
]
|
||||
})
|
||||
export class PageThreeModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageTwo } from './page-two';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageTwo } from './page-two';
|
||||
PageTwo,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageTwo)
|
||||
IonicPageModule.forChild(PageTwo)
|
||||
]
|
||||
})
|
||||
export class PageTwoModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ContactUs } from './contact-us';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ContactUs } from './contact-us';
|
||||
ContactUs,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ContactUs)
|
||||
IonicPageModule.forChild(ContactUs)
|
||||
]
|
||||
})
|
||||
export class ContactUsModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalPassData } from './modal-pass-data';
|
||||
import { SomeComponentProvider } from './provider';
|
||||
@@ -9,7 +9,7 @@ import { SomeComponentProvider } from './provider';
|
||||
ModalPassData,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalPassData)
|
||||
IonicPageModule.forChild(ModalPassData)
|
||||
],
|
||||
providers: [
|
||||
SomeComponentProvider
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalWithInputs } from './modal-with-inputs';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalWithInputs } from './modal-with-inputs';
|
||||
ModalWithInputs,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalWithInputs)
|
||||
IonicPageModule.forChild(ModalWithInputs)
|
||||
]
|
||||
})
|
||||
export class ModalWithInputsModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageThree } from './page-three';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageThree } from './page-three';
|
||||
PageThree,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageThree)
|
||||
IonicPageModule.forChild(PageThree)
|
||||
]
|
||||
})
|
||||
export class PageThreeModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageTwo } from './page-two';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageTwo } from './page-two';
|
||||
PageTwo,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageTwo)
|
||||
IonicPageModule.forChild(PageTwo)
|
||||
]
|
||||
})
|
||||
export class PageTwoModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ToolbarModal } from './toolbar';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ToolbarModal } from './toolbar';
|
||||
ToolbarModal,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ToolbarModal)
|
||||
IonicPageModule.forChild(ToolbarModal)
|
||||
],
|
||||
entryComponents: [
|
||||
ToolbarModal,
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { AnotherPage } from './another-page';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(AnotherPage)
|
||||
IonicPageModule.forChild(AnotherPage)
|
||||
],
|
||||
declarations: [
|
||||
AnotherPage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { FirstPage } from './first-page';
|
||||
|
||||
import { MyCmpTest } from './my-component';
|
||||
@@ -7,7 +7,7 @@ import { MyCmpTest2 } from './my-component-two';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(FirstPage)
|
||||
IonicPageModule.forChild(FirstPage)
|
||||
],
|
||||
declarations: [
|
||||
FirstPage,
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { FullPage } from './full-page';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(FullPage)
|
||||
IonicPageModule.forChild(FullPage)
|
||||
],
|
||||
declarations: [
|
||||
FullPage
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { PrimaryHeaderPage } from './primary-header-page';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PrimaryHeaderPage)
|
||||
IonicPageModule.forChild(PrimaryHeaderPage)
|
||||
],
|
||||
declarations: [
|
||||
PrimaryHeaderPage
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { RedirectPage } from './redirect-page';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(RedirectPage)
|
||||
IonicPageModule.forChild(RedirectPage)
|
||||
],
|
||||
declarations: [
|
||||
RedirectPage
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { TabItemPage } from './tab-item-page';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabItemPage)
|
||||
IonicPageModule.forChild(TabItemPage)
|
||||
],
|
||||
declarations: [
|
||||
TabItemPage
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab1 } from './tab-one';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab1)
|
||||
IonicPageModule.forChild(Tab1)
|
||||
],
|
||||
declarations: [
|
||||
Tab1
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab3 } from './tab-three';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab3)
|
||||
IonicPageModule.forChild(Tab3)
|
||||
],
|
||||
declarations: [
|
||||
Tab3
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab2 } from './tab-two';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab2)
|
||||
IonicPageModule.forChild(Tab2)
|
||||
],
|
||||
declarations: [
|
||||
Tab2
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { TabsPage } from './tabs';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabsPage)
|
||||
IonicPageModule.forChild(TabsPage)
|
||||
],
|
||||
declarations: [
|
||||
TabsPage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { FirstPage } from './first-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { FirstPage } from './first-page';
|
||||
FirstPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(FirstPage)
|
||||
IonicPageModule.forChild(FirstPage)
|
||||
],
|
||||
entryComponents: [
|
||||
FirstPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { FourthPage } from './fourth-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { FourthPage } from './fourth-page';
|
||||
FourthPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(FourthPage)
|
||||
IonicPageModule.forChild(FourthPage)
|
||||
],
|
||||
entryComponents: [
|
||||
FourthPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { LandingPage } from './landing-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { LandingPage } from './landing-page';
|
||||
LandingPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(LandingPage)
|
||||
IonicPageModule.forChild(LandingPage)
|
||||
],
|
||||
entryComponents: [
|
||||
LandingPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { SecondPage } from './second-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { SecondPage } from './second-page';
|
||||
SecondPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(SecondPage)
|
||||
IonicPageModule.forChild(SecondPage)
|
||||
],
|
||||
entryComponents: [
|
||||
SecondPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ThirdPage } from './third-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ThirdPage } from './third-page';
|
||||
ThirdPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ThirdPage)
|
||||
IonicPageModule.forChild(ThirdPage)
|
||||
],
|
||||
entryComponents: [
|
||||
ThirdPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PopoverListPage } from './popover-list-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PopoverListPage } from './popover-list-page';
|
||||
PopoverListPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PopoverListPage)
|
||||
IonicPageModule.forChild(PopoverListPage)
|
||||
],
|
||||
entryComponents: [
|
||||
PopoverListPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PopoverLongListPage } from './popover-long-list-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PopoverLongListPage } from './popover-long-list-page';
|
||||
PopoverLongListPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PopoverLongListPage)
|
||||
IonicPageModule.forChild(PopoverLongListPage)
|
||||
],
|
||||
entryComponents: [
|
||||
PopoverLongListPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PopoverRadioPage } from './popover-radio-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PopoverRadioPage } from './popover-radio-page';
|
||||
PopoverRadioPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PopoverRadioPage)
|
||||
IonicPageModule.forChild(PopoverRadioPage)
|
||||
],
|
||||
entryComponents: [
|
||||
PopoverRadioPage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { RootPage } from './root-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { RootPage } from './root-page';
|
||||
RootPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(RootPage)
|
||||
IonicPageModule.forChild(RootPage)
|
||||
]
|
||||
})
|
||||
export class RootPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { DetailPage } from './detail-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { DetailPage } from './detail-page';
|
||||
DetailPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(DetailPage)
|
||||
IonicPageModule.forChild(DetailPage)
|
||||
]
|
||||
})
|
||||
export class DetailPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { MainPage } from './main-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { MainPage } from './main-page';
|
||||
MainPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(MainPage)
|
||||
IonicPageModule.forChild(MainPage)
|
||||
]
|
||||
})
|
||||
export class MainPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalPage } from './modal-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalPage } from './modal-page';
|
||||
ModalPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalPage)
|
||||
IonicPageModule.forChild(ModalPage)
|
||||
]
|
||||
})
|
||||
export class ModalPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { SearchPage } from './search-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { SearchPage } from './search-page';
|
||||
SearchPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(SearchPage)
|
||||
IonicPageModule.forChild(SearchPage)
|
||||
]
|
||||
})
|
||||
export class SearchPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabsPage } from './tabs-page';
|
||||
import { SearchPageModule } from '../search-page/search-page.module';
|
||||
@@ -9,7 +9,7 @@ import { SearchPageModule } from '../search-page/search-page.module';
|
||||
TabsPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabsPage),
|
||||
IonicPageModule.forChild(TabsPage),
|
||||
SearchPageModule
|
||||
]
|
||||
})
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { HomePage } from './home-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { HomePage } from './home-page';
|
||||
HomePage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(HomePage)
|
||||
IonicPageModule.forChild(HomePage)
|
||||
]
|
||||
})
|
||||
export class HomePageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { HomePage } from './home-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { HomePage } from './home-page';
|
||||
HomePage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(HomePage)
|
||||
IonicPageModule.forChild(HomePage)
|
||||
]
|
||||
})
|
||||
export class HomePageModule {}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { FirstPage } from './first-page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(FirstPage)
|
||||
IonicPageModule.forChild(FirstPage)
|
||||
],
|
||||
declarations: [
|
||||
FirstPage
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { SecondPage } from './second-page';
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(SecondPage)
|
||||
IonicPageModule.forChild(SecondPage)
|
||||
],
|
||||
declarations: [
|
||||
SecondPage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalChatPage } from './modal-chat-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalChatPage } from './modal-chat-page';
|
||||
ModalChatPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalChatPage)
|
||||
IonicPageModule.forChild(ModalChatPage)
|
||||
]
|
||||
})
|
||||
export class ModalChatPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { SignInPage } from './sign-in-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { SignInPage } from './sign-in-page';
|
||||
SignInPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(SignInPage)
|
||||
IonicPageModule.forChild(SignInPage)
|
||||
]
|
||||
})
|
||||
export class SignInPageModule {}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab1Page1 } from './tab1-page1';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab1Page1)
|
||||
IonicPageModule.forChild(Tab1Page1)
|
||||
],
|
||||
declarations: [
|
||||
Tab1Page1
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab1Page2 } from './tab1-page2';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab1Page2)
|
||||
IonicPageModule.forChild(Tab1Page2)
|
||||
],
|
||||
declarations: [
|
||||
Tab1Page2
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab1Page3 } from './tab1-page3';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab1Page3)
|
||||
IonicPageModule.forChild(Tab1Page3)
|
||||
],
|
||||
declarations: [
|
||||
Tab1Page3
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab2Page1 } from './tab2-page1';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab2Page1)
|
||||
IonicPageModule.forChild(Tab2Page1)
|
||||
],
|
||||
declarations: [
|
||||
Tab2Page1
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab2Page2 } from './tab2-page2';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab2Page2)
|
||||
IonicPageModule.forChild(Tab2Page2)
|
||||
],
|
||||
declarations: [
|
||||
Tab2Page2
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab2Page3 } from './tab2-page3';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab2Page3)
|
||||
IonicPageModule.forChild(Tab2Page3)
|
||||
],
|
||||
declarations: [
|
||||
Tab2Page3
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { Tab3Page1 } from './tab3-page1';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(Tab3Page1)
|
||||
IonicPageModule.forChild(Tab3Page1)
|
||||
],
|
||||
declarations: [
|
||||
Tab3Page1
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
import { TabsPage } from './tabs';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabsPage)
|
||||
IonicPageModule.forChild(TabsPage)
|
||||
],
|
||||
declarations: [
|
||||
TabsPage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { PageOne } from './page-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { PageOne } from './page-one';
|
||||
PageOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(PageOne)
|
||||
IonicPageModule.forChild(PageOne)
|
||||
]
|
||||
})
|
||||
export class PageOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { MyModal } from './modal';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { MyModal } from './modal';
|
||||
MyModal,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(MyModal)
|
||||
IonicPageModule.forChild(MyModal)
|
||||
],
|
||||
entryComponents: [
|
||||
MyModal,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { ModalPage } from './modal-page';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { ModalPage } from './modal-page';
|
||||
ModalPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(ModalPage)
|
||||
IonicPageModule.forChild(ModalPage)
|
||||
]
|
||||
})
|
||||
export class ModalPageModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabOne } from './tab-one';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { TabOne } from './tab-one';
|
||||
TabOne,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabOne)
|
||||
IonicPageModule.forChild(TabOne)
|
||||
]
|
||||
})
|
||||
export class TabOneModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabThree } from './tab-three';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { TabThree } from './tab-three';
|
||||
TabThree,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabThree)
|
||||
IonicPageModule.forChild(TabThree)
|
||||
]
|
||||
})
|
||||
export class TabThreeModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabTwo } from './tab-two';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { TabTwo } from './tab-two';
|
||||
TabTwo,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabTwo)
|
||||
IonicPageModule.forChild(TabTwo)
|
||||
]
|
||||
})
|
||||
export class TabTwoModule {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { DeepLinkModule } from '../../../../../..';
|
||||
import { IonicPageModule } from '../../../../../..';
|
||||
|
||||
import { TabsPage } from './tabs-page';
|
||||
import { TabOneModule } from '../tab-one/tab-one.module';
|
||||
@@ -9,7 +9,7 @@ import { TabOneModule } from '../tab-one/tab-one.module';
|
||||
TabsPage,
|
||||
],
|
||||
imports: [
|
||||
DeepLinkModule.forChild(TabsPage),
|
||||
IonicPageModule.forChild(TabsPage),
|
||||
TabOneModule
|
||||
]
|
||||
})
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user