一、ion-footer
Footer一个页面底部的组件,他可以包裹在ion-toolbar外面来确保其大小正确。
@Component({
template: `
<ion-content></ion-content>
<ion-footer>
<ion-toolbar>
<ion-title>Footer</ion-title>
</ion-toolbar>
</ion-footer>
`
})
一、ion-footer
Footer一个页面底部的组件,他可以包裹在ion-toolbar外面来确保其大小正确。
@Component({
template: `
<ion-content></ion-content>
<ion-footer>
<ion-toolbar>
<ion-title>Footer</ion-title>
</ion-toolbar>
</ion-footer>
`
})