DeepLinker access to config object

import { DeepLinker }  from 'ionic-angular';

constructor(private deepLinker: DeepLinker) {}

this.deepLinker will have the following methods which may be helpful in your case:
image