mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
refactor(demos): give each component section its own view
This commit is contained in:
10
demos/component-docs/cards/cards.ts
Normal file
10
demos/component-docs/cards/cards.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import {IonicPlatform, IonicView} from 'ionic/ionic';
|
||||
|
||||
@IonicView({
|
||||
templateUrl: 'cards/cards.html',
|
||||
})
|
||||
export class CardsPage {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user