mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove angular2/angular2 imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {ChangeDetectorRef, Component, Directive, Host, ElementRef, Compiler, AppViewManager, NgZone, Renderer} from 'angular2/angular2';
|
||||
import {ChangeDetectorRef, Component, Directive, Host, ElementRef, Compiler, AppViewManager, NgZone, Renderer} from 'angular2/core';
|
||||
|
||||
import {IonicApp} from '../app/app';
|
||||
import {Config} from '../../config/config';
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import {Directive, ElementRef, Optional, Host, NgFor, NgIf, forwardRef, ViewContainerRef} from 'angular2/angular2';
|
||||
import {Directive, ElementRef, Optional, Host, forwardRef, ViewContainerRef} from 'angular2/core';
|
||||
import {NgFor, NgIf} from 'angular2/common';
|
||||
|
||||
import {Ion} from '../ion';
|
||||
import {Attr} from '../app/id';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {App, Page, NavController, Tab} from 'ionic/ionic';
|
||||
|
||||
import {ContentChild, QueryList, ViewChildren} from 'angular2/angular2';
|
||||
import {ContentChild, QueryList, ViewChildren} from 'angular2/core';
|
||||
|
||||
//
|
||||
// Tab 1
|
||||
|
||||
Reference in New Issue
Block a user