[Solved] Calling nav-clear via imperative code

$ionicViewService.nextViewOptions({
  disableAnimate: true,
  disableBack: true
});

This handles nav-clear.

2 Likes