http://localhost:4200/dsc-ui/#message
but if I change the URL to (remove #message and type application-management)
http://localhost:4200/dsc-ui/application-management
(/application-management), it should automatically redirect me to http://localhost:4200/dsc-ui/#/application-management
. For any other route, stay on http://localhost:4200/dsc-ui/#message
.
Is there a way to implement this functionality in Angular?