refactor(deep-linking): change to

change  to
This commit is contained in:
Dan Bucholtz
2017-03-20 10:14:36 -05:00
parent 5c2aa2adaf
commit 52081a471a
87 changed files with 172 additions and 172 deletions

View File

@@ -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,