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,8 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { FormBuilder, Validators } from '@angular/forms';
|
||||
import { DeepLink, SegmentButton } from '../../../../../..';
|
||||
import { IonicPage, SegmentButton } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'home-page.html'
|
||||
})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { DeepLink, NavController } from '../../../../../..';
|
||||
import { IonicPage, NavController } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'first-page.html'
|
||||
})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { DeepLink } from '../../../../../..';
|
||||
import { IonicPage } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'second-page.html'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user