cgross / generator-cg-angular15

Yeoman Generator for Enterprise Angular 1.5 Projects with Typescript, Webpack, and Sass.
MIT License
33 stars 3 forks source link

Router issue #7

Open FranciZ opened 7 years ago

FranciZ commented 7 years ago

Hi,

I've been using the original cg-angular for years (thanks!) and am trying to make a switch to this one but am having trouble getting the routing to work properly. I've implemented ui-router but it doesn't push state to history it seems. The default angular routing is not working at all. Is there something fundamentally different here from the "old" cg-angular project that requires a different approach with routing?

Thanks!