diff --git a/ionic/config/config.ts b/ionic/config/config.ts index d8e528543b..09ce30a5cf 100644 --- a/ionic/config/config.ts +++ b/ionic/config/config.ts @@ -29,6 +29,17 @@ import {isObject, isDefined, isFunction, isArray} from '../util/util'; * }) * ``` * + * Or change the whole mode + * + * ```ts + * @App({ + * template: `` + * config: { + * mode: md + * } + * }) + * ``` + * * Config can be overwritting at multiple levels, allowing deeper configuration. Taking the example from earlier, we can override any setting we want based on a platform. * ```ts * @App({