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:
@@ -9,7 +9,7 @@ import {
|
||||
NgControlName,
|
||||
NgFormModel,
|
||||
FormBuilder
|
||||
} from 'angular2/angular2';
|
||||
} from 'angular2/common';
|
||||
|
||||
@App({
|
||||
templateUrl: 'main.html'
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import {Component, Directive, ElementRef, Host, Optional, NgControl, Inject, forwardRef} from 'angular2/angular2';
|
||||
import {Component, Directive, ElementRef, Host, Optional, Inject, forwardRef} from 'angular2/core';
|
||||
import {NgControl} from 'angular2/common';
|
||||
|
||||
import {Form} from '../../util/form';
|
||||
import {Config} from '../../config/config';
|
||||
|
||||
Reference in New Issue
Block a user