mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(deep-linking): change to
change to
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { DeepLink, ViewController } from '../../../../../..';
|
||||
import { IonicPage, ViewController } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'modal-page.html'
|
||||
})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { DeepLink } from '../../../../../..';
|
||||
import { IonicPage } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'page-four.html'
|
||||
})
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { Component, ViewChild } from '@angular/core';
|
||||
import { DeepLink, MenuController, Nav } from '../../../../../..';
|
||||
import { IonicPage, MenuController, Nav } from '../../../../../..';
|
||||
|
||||
import { PageTwo } from '../page-two/page-two';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'page-one.html'
|
||||
})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { DeepLink, NavController } from '../../../../../..';
|
||||
import { IonicPage, NavController } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'page-three.html'
|
||||
})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { AlertController, DeepLink, ModalController, NavController } from '../../../../../..';
|
||||
import { AlertController, IonicPage, ModalController, NavController } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'page-two.html'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user