mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +08:00
docs(loading): correct usage for loadingController options parameter (#14778)
This commit is contained in:

committed by
Brandy Carney

parent
79d01d09ab
commit
e901d27dea
@ -12,7 +12,7 @@ export class LoadingExample {
|
||||
|
||||
async presentLoading() {
|
||||
const loading = await this.loadingController.create({
|
||||
message: 'Hellooo',
|
||||
content: 'Hellooo',
|
||||
duration: 2000
|
||||
});
|
||||
return await loading.present();
|
||||
|
Reference in New Issue
Block a user