Код: Выделить всё
async openNwInsights(){
const modal = await this.modalCtl.create({
component: ExplainNetworthComponent
})
modal.present();
const { data, role } = await modal.onWillDismiss();
}
Код: Выделить всё
This is how it is suppose to be
ссылка:
https://ionicframework.com/docs/api/modal

Подробнее здесь: https://stackoverflow.com/questions/792 ... ller-modal
Мобильная версия