mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
10 lines
149 B
TypeScript
10 lines
149 B
TypeScript
import {IonicPlatform, Page} from 'ionic/ionic';
|
|
|
|
@Page({
|
|
templateUrl: 'cards/cards.html',
|
|
})
|
|
export class CardsPage {
|
|
constructor() {
|
|
|
|
}
|
|
} |