docs(loading): mark params as optional

Closes #11452
This commit is contained in:
Ibby Hadeed
2017-05-05 12:52:38 -04:00
committed by mhartington
parent 51ced8bec2
commit 5fbca0ef7c

View File

@@ -120,7 +120,7 @@ export class LoadingController {
/**
* Create a loading indicator. See below for options.
* @param {LoadingOptions} opts Loading options
* @param {LoadingOptions} [opts] Loading options
* @returns {Loading} Returns a Loading Instance
*/
create(opts: LoadingOptions = {}) {