my question is general:
ionViewWillEnter(){
this.no= this.navParams.get('no');
if(this.no==..){
..................
}
else if(this.no==..){
..................
}
else if(this.no==..){
..................
}
else{}
}
}
I want to audio file is changed depending on the situation(ionViewWillEnter).