mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(loading): add returns statement
This commit is contained in:
@ -181,6 +181,7 @@ export class LoadingController {
|
|||||||
/**
|
/**
|
||||||
* Create a loading indicator. See below for options.
|
* 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 = {}) {
|
create(opts: LoadingOptions = {}) {
|
||||||
return new Loading(this._app, opts);
|
return new Loading(this._app, opts);
|
||||||
|
Reference in New Issue
Block a user