fix(overlay): expose "animated" API

fixes #14775
This commit is contained in:
Manu Mtz.-Almeida
2018-08-26 18:52:22 +02:00
parent 771857b1df
commit 8b768fb73d
34 changed files with 122 additions and 123 deletions

View File

@@ -65,7 +65,7 @@
const loadingController = document.querySelector('ion-loading-controller');
await loadingController.componentOnReady();
const loadingElement = await loadingController.create({
content: 'Hellooo',
message: 'Hellooo',
duration: 2000
});
return await loadingElement.present();

View File

@@ -65,7 +65,7 @@
const loadingController = document.querySelector('ion-loading-controller');
await loadingController.componentOnReady();
const loadingElement = await loadingController.create({
content: 'Hellooo',
message: 'Hellooo',
duration: 2000
});
return await loadingElement.present();

View File

@@ -37,7 +37,7 @@
const loadingController = document.querySelector('ion-loading-controller');
await loadingController.componentOnReady();
const loadingElement = await loadingController.create({
content: 'Hellooo',
message: 'Hellooo',
duration: 2000
});
return await loadingElement.present();