Ionic Framework 4 has a navigation component called Nav (<ion-nav>), which is, according to Ionic docs, intended for the users to
move between different pages in your app
This overlaps in functionality with built-in Angular router.
When is it better to use Ionic Nav component compared to built-in Angular router?