mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
150 B
TypeScript
10 lines
150 B
TypeScript
import {IonicPlatform, Page} from 'ionic/ionic';
|
|
|
|
@Page({
|
|
templateUrl: 'slides/slides.html',
|
|
})
|
|
export class SlidesPage {
|
|
constructor() {
|
|
|
|
}
|
|
} |