import { DeepLinker } from 'ionic-angular';
constructor(private deepLinker: DeepLinker) {}
this.deepLinker will have the following methods which may be helpful in your case:
import { DeepLinker } from 'ionic-angular';
constructor(private deepLinker: DeepLinker) {}
this.deepLinker will have the following methods which may be helpful in your case: