import {IonicApp, IonicView} from 'ionic/ionic'; import {SinkPage} from '../sink-page'; @IonicView({ 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, todays weather report, or a photo. Card Header ` }) export class CardPage extends SinkPage { constructor(app: IonicApp) { super(app); } }
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, todays weather report, or a photo.