mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
demos(loading): update demo to beta10
This commit is contained in:
@ -111,9 +111,11 @@ class Page1 {
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
template: `
|
template: `
|
||||||
<ion-navbar *navbar>
|
<ion-header>
|
||||||
|
<ion-navbar>
|
||||||
<ion-title>Page 2</ion-title>
|
<ion-title>Page 2</ion-title>
|
||||||
</ion-navbar>
|
</ion-navbar>
|
||||||
|
</ion-header>
|
||||||
<ion-content padding>This is another page!</ion-content>
|
<ion-content padding>This is another page!</ion-content>
|
||||||
`
|
`
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user