mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
Merge branch 'issue/6103-change-content-of-loading-component' of https://github.com/stonelasley/ionic into stonelasley-issue/6103-change-content-of-loading-component
This commit is contained in:
@ -36,6 +36,14 @@ export class Loading extends ViewController {
|
||||
return this._nav && this._nav.config.get(key);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string} content loading message content
|
||||
*/
|
||||
setContent(content: string) {
|
||||
this.data.content = content;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Present the loading instance.
|
||||
*
|
||||
|
Reference in New Issue
Block a user