refactor(forms): upgrade to @angular/forms

This commit is contained in:
Adam Bradley
2016-06-30 21:54:48 -05:00
parent 9b2f4a682e
commit 4d56219a4c
42 changed files with 219 additions and 249 deletions

View File

@ -1,6 +1,5 @@
import {Component} from '@angular/core';
import {Validators, Control, ControlGroup} from '@angular/common';
import {ionicBootstrap, NavController} from '../../../../../src';
import { Component } from '@angular/core';
import { ionicBootstrap, NavController } from '../../../../../src';
@Component({
@ -36,10 +35,7 @@ class SegmentPage {
</ion-content>
`
})
class SegmentPage2 {
constructor() {
}
}
class SegmentPage2 {}
@Component({