From 600056cf176dcd604c215c6f2c160ff0be46141b Mon Sep 17 00:00:00 2001 From: mhartington Date: Fri, 7 Oct 2016 09:41:16 -0400 Subject: [PATCH] docs(): remove prodMode config Closes #8551 --- src/config/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/config.ts b/src/config/config.ts index dff53a988b..988e314eac 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -99,7 +99,6 @@ import { isObject, isDefined, isFunction, isArray } from '../util/util'; * | `pickerLeave` | `string` | The name of the transition to use while a picker is dismissed. | * | `popoverEnter` | `string` | The name of the transition to use while a popover is presented. | * | `popoverLeave` | `string` | The name of the transition to use while a popover is dismissed. | - * | `prodMode` | `boolean` | Disable development mode, which turns off assertions and other checks within the framework. One important assertion this disables verifies that a change detection pass does not result in additional changes to any bindings (also known as unidirectional data flow). * | `spinner` | `string` | The default spinner to use when a name is not defined. | * | `swipeBackEnabled` | `boolean` | Whether native iOS swipe to go back functionality is enabled. * | `tabsHighlight` | `boolean` | Whether to show a highlight line under the tab when it is selected. |