import {NgFor, 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, Content} from 'ionic/ionic'; @Component({ selector: 'ion-view' }) @View({ template: ` Cards Cards Cards are an emerging UI concept where a bit of content is displayed like it would be on an index card or a piece of paper. Cards are great for displaying contextual information in a small space, like a Tweet, today's weather report, or a photo. Card Header `, directives: [NavbarTemplate, Navbar, Content, List, Item] }) export class CardPage { constructor() { } }
Cards are an emerging UI concept where a bit of content is displayed like it would be on an index card or a piece of paper.
Cards are great for displaying contextual information in a small space, like a Tweet, today's weather report, or a photo.