Ionic 2 deep linker guards

Hi All,

Just wondering if we have angular 2 route like guards in ionic deep linker?

Maybe what you’re looking for are the Lifecycle events in the NavController API docs, especially ionViewCanEnter and ionViewCanLeave.

Thanks. That will certainly help :slight_smile: