docs(loading): correct usage for loadingController options parameter (#14778)

This commit is contained in:
olivier-po
2018-07-19 21:53:16 +02:00
committed by Brandy Carney
parent 79d01d09ab
commit e901d27dea

View File

@ -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();