Ionic Framework: Uncaught (in promise): removeView was not found
During our rewrite efforts to move our existing Ionic 1 applications to Ionic 3 we developed a pattern that looks like this: The pattern was pretty easy, our Loading popover didn’t change per instance, so we setup it in the controller. We also had pages were we setup the Loading controller in the ionViewDidLoad() method
Read More »