sonicoder86 / angular2-babel-esnext-starter

Angular development and testing examples with Babel in Javascript (ES6/ES7).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can i remove # from URL ?

itranga opened this issue · comments

Can i remove # from URL ?

Yes you can if you remove this line from the bootstrap

{ provide: LocationStrategy, useClass: HashLocationStrategy }

It's working .Thanks