import {NgFor, DynamicComponentLoader, Injector, DomRenderer, ElementRef} from 'angular2/angular2'; import {Ancestor} from 'angular2/src/core/annotations_impl/visibility'; import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations'; import {View} from 'angular2/src/core/annotations_impl/view'; import {List, Item, ActionMenu, Modal, ModalRef, NavbarTemplate, Navbar, NavController, Button, Content} from 'ionic/ionic'; @Component({ selector: 'ion-view' }) @View({ template: ` Cards

Forms

Forms help you gather important information from the user, like login information or content to send to your server.

Ionic comes with a variety of useful from controls, like text inputs, text areas, toggle switches, and sliders.

`, directives: [NavbarTemplate, Navbar, Content, List, Item] }) export class FormPage { constructor() { } }