Angular Routing(In my app-routing.module.ts)
@NgModule({
exports: [ RouterModule ],
imports: [ RouterModule.forRoot(routes) ],
declarations: []
})
In index.html I have added <base href="/">
But in the URL I can see the #
My application is deployed on JBoss AS 7.1.1 Server
In your app module do this. Find more information in here about hash location strategy.