diff --git a/ionic/config/config.ts b/ionic/config/config.ts index 63810b1ffa..a121b519fb 100644 --- a/ionic/config/config.ts +++ b/ionic/config/config.ts @@ -10,7 +10,9 @@ import {Platform} from '../platform/platform'; import {isObject, isDefined, isFunction, isArray, extend} from '../util/util'; /** + * @name Config * @demo /docs/v2/demos/config/ + * @description * Config lets you change multiple or a single value in an apps mode configuration. Things such as tab placement, icon changes, and view animations can be set here. * * ```ts