mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(config): add locationStrategy to config table (#9445)
This commit is contained in:
committed by
Brandy Carney
parent
d0db916f53
commit
a78178ae23
@@ -103,6 +103,7 @@ import { isObject, isDefined, isFunction, isArray } from '../util/util';
|
||||
* | `backButtonText` | `string` | The text to display by the back button icon in the navbar. |
|
||||
* | `backButtonIcon` | `string` | The icon to use as the back button icon. |
|
||||
* | `iconMode` | `string` | The mode to use for all icons throughout the application. Available options: `"ios"`, `"md"` |
|
||||
* | `locationStrategy` | `string` | Set to 'path' to remove hashbangs when using Deeplinking. |
|
||||
* | `loadingEnter` | `string` | The name of the transition to use while a loading indicator is presented. |
|
||||
* | `loadingLeave` | `string` | The name of the transition to use while a loading indicator is dismissed. |
|
||||
* | `menuType` | `string` | Type of menu to display. Available options: `"overlay"`, `"reveal"`, `"push"`. |
|
||||
|
||||
Reference in New Issue
Block a user