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