html IF_05_08_NavigationService_Office_HTML
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html IF_05_08_NavigationService_Office_HTML相关的知识,希望对你有一定的参考价值。
<ion-header>
<ion-toolbar color="primary">
<ion-buttons slot="start">
<ion-back-button></ion-back-button>
</ion-buttons>
<ion-title>Office</ion-title>
</ion-toolbar>
</ion-header>
<ion-content padding>
<ion-card>
<ion-card-content>
<h3>Welcome {{ name }}</h3>
</ion-card-content>
</ion-card>
<ion-button expand="block" fill="solid" (click)="goBack()">Go Back</ion-button>
</ion-content>
以上是关于html IF_05_08_NavigationService_Office_HTML的主要内容,如果未能解决你的问题,请参考以下文章
html IF_05_11_Popover_Office_HTML
html IF_05_09_Popover_Home_HTML
html IF_05_04_Office_GoBack_HTML
html IF_05_02_Home_GoForward_HTML
html IF_05_01_Office_Page_HTML
html IF_03_05_Expand_button