mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(demos): give each component section its own view
This commit is contained in:
12
demos/component-docs/menus/menus.html
Normal file
12
demos/component-docs/menus/menus.html
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
<ion-navbar *navbar class="show-navbar">
|
||||
<ion-title>Menus</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
<ion-content class="has-header padding">
|
||||
TODO
|
||||
</ion-content>
|
||||
|
||||
|
||||
|
||||
|
10
demos/component-docs/menus/menus.ts
Normal file
10
demos/component-docs/menus/menus.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import {IonicPlatform, IonicView} from 'ionic/ionic';
|
||||
|
||||
@IonicView({
|
||||
templateUrl: 'menus/menus.html',
|
||||
})
|
||||
export class MenusPage {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user