mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
@ -41,7 +41,7 @@ import {ViewController} from './view-controller';
|
||||
*
|
||||
* Additionally, specifying the `swipe-back-enabled` property will allow you to
|
||||
* swipe to go back:
|
||||
* ```ts
|
||||
* ```html
|
||||
* <ion-nav swipe-back-enabled="false" [root]="rootPage"></ion-nav>
|
||||
* ```
|
||||
*
|
||||
|
@ -26,7 +26,7 @@ import {Icon} from '../icon/icon';
|
||||
* To override the platform specific TabBar placement, use the
|
||||
* `tabbar-placement` property:
|
||||
*
|
||||
* ```ts
|
||||
* ```html
|
||||
* <ion-tabs tabbar-placement="top">
|
||||
* <ion-tab [root]="tabRoot"></ion-tab>
|
||||
* </ion-tabs>
|
||||
@ -34,7 +34,7 @@ import {Icon} from '../icon/icon';
|
||||
*
|
||||
* To change the location of the icons in the TabBar, use the `tabbar-icons`
|
||||
* property:
|
||||
* ```ts
|
||||
* ```html
|
||||
* <ion-tabs tabbar-icons="bottom">
|
||||
* <ion-tab [root]="tabRoot"></ion-tab>
|
||||
* </ion-tabs>
|
||||
|
Reference in New Issue
Block a user