I am loading the modules by loadChildren("123#childModule")
from appModule
and it is always appending /#/
in the browser.
I have tried useHash : false
as well as Providers
as PathLocationStrategy
, but I still see the issue.
Been doing research on this but I did not find any solution so far. Any idea? Thanks in advance.