mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
Merge branch 'bootstrap-refactor' into 2.0
This commit is contained in:
@ -1,21 +1,12 @@
|
||||
import {App} from '../../../../../src';
|
||||
import {
|
||||
Control,
|
||||
ControlGroup,
|
||||
NgForm,
|
||||
Validators,
|
||||
NgControl,
|
||||
ControlValueAccessor,
|
||||
NgControlName,
|
||||
NgFormModel,
|
||||
FormBuilder
|
||||
} from '@angular/common';
|
||||
import {Component} from '@angular/core';
|
||||
import {Control, ControlGroup} from '@angular/common';
|
||||
import {ionicBootstrap} from '../../../../../src';
|
||||
|
||||
|
||||
@App({
|
||||
@Component({
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
class E2EApp {
|
||||
class E2EPage {
|
||||
fruitsForm: ControlGroup;
|
||||
grapeDisabled: boolean;
|
||||
grapeChecked: boolean;
|
||||
@ -61,3 +52,5 @@ class E2EApp {
|
||||
ev.preventDefault();
|
||||
}
|
||||
}
|
||||
|
||||
ionicBootstrap(E2EPage);
|
||||
|
Reference in New Issue
Block a user