Hi All,
Just wondering if we have angular 2 route like guards in ionic deep linker?
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