import {IonicPlatform, IonicView} from 'ionic/ionic'; @IonicView({ templateUrl: 'cards/cards.html', }) export class CardsPage { constructor() { } }