How to overcome with '#' , coming in URL through DeepLinking in Ionic 2?

Hi @sunilnitw91, see my comment on How to configure deeplinks in AppModule.forRoot()?

Also, don’t forget to set the location strategy to path:
IonicModule.forRoot(MyApp, { locationStrategy: 'path' }, deepLinkConfig),