AI
Size: a a a
AI
AI
AI
AI
N
AI
AS
AS
AS
AS
N
AS
AI
AS
AI
AS
this.deeplinks.routeWithNavController(this.nav, {
'/about': AboutPage,
}).subscribe((match) => {
console.log('Successfully matched route', JSON.stringify(match));
}, (nomatch) => {
console.error('Got a deeplink that didn\'t match', JSON.stringify(nomatch));
});
AS
AI
AS