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 {Directive, ElementRef, NgZone} from 'angular2/angular2';
|
||||
import {Directive, ElementRef, NgZone} from 'angular2/core';
|
||||
|
||||
import {Ion} from '../ion';
|
||||
import {Config} from '../../config/config';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {ProtoViewRef, ViewContainerRef} from 'angular2/angular2'
|
||||
import {Directive, Host, forwardRef} from 'angular2/angular2';
|
||||
import {ProtoViewRef, ViewContainerRef} from 'angular2/core'
|
||||
import {Directive, Host, forwardRef} from 'angular2/core';
|
||||
|
||||
import {App, List} from 'ionic/ionic';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user