From a78178ae2337611d54bb981232fb6fc2ffefa179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Mathieu?= Date: Fri, 20 Jan 2017 13:39:26 -0500 Subject: [PATCH] docs(config): add locationStrategy to config table (#9445) --- src/config/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/config.ts b/src/config/config.ts index 358d6c76a8..ddac74ab4e 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -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"`. |