mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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.
|
||||
* @param {LoadingOptions} opts Loading options
|
||||
* @returns {Loading} Returns a Loading Instance
|
||||
*/
|
||||
create(opts: LoadingOptions = {}) {
|
||||
return new Loading(this._app, opts);
|
||||
|
Reference in New Issue
Block a user