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, ViewEncapsulation } from '@angular/core';
|
||||
|
||||
import { DeepLink, NavController, PickerController } from '../../../../../..';
|
||||
import { IonicPage, NavController, PickerController } from '../../../../../..';
|
||||
|
||||
@DeepLink()
|
||||
@IonicPage()
|
||||
@Component({
|
||||
templateUrl: 'page-one.html',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
|
||||
Reference in New Issue
Block a user