docs(config): fix dgeni parsing error

This commit is contained in:
Drew Rygh
2015-12-16 13:24:01 -06:00
parent c746add431
commit cfe0d27924

View File

@@ -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