mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
remove angular2/angular2 imports
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import {Component, NgIf, NgClass, ElementRef, EventEmitter, Host} from 'angular2/angular2'
|
||||
import {Component, ElementRef, EventEmitter, Host} from 'angular2/core'
|
||||
import {NgIf, NgClass} from 'angular2/common';
|
||||
|
||||
import {Content} from '../content/content';
|
||||
import * as util from '../../util';
|
||||
|
Reference in New Issue
Block a user