@Arkthur wrote:
I’m trying to put an
ion-progress-bar
in anion-alert
. It renders, but it doesn’t receive thevalue
I’m sending to it.const progress = 0.5 const alert = await this.alertCtrl.create({ message: `Loading workOrder... <ion-progress-bar value="${progress}"></ion-progress-bar>` }); alert.present();
I’m doing this in a component I call as an
ìon-modal
. I don’t know if this has something to do with anything, but I thought it was worth mentioning it.
Posts: 2
Participants: 2