angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.13k stars 1.24k forks source link

Adding new frontend route manually #2738

Closed MarinAngelo closed 6 years ago

MarinAngelo commented 6 years ago
Item Version
generator-angular-fullstack 3.7.5
Node 6.5.0
npm 3.10.3

Operating System Ubuntu 16.04

Item Answer
Transpiler Babel
Markup HTML
CSS LESS
Router ui-router
Client Tests Mocha
DB MongoDB
Auth Y

Hi there I'm want to add a new frontend route manually, but does not work. The template does not show up. Do I have to add the route somewhere to the module? Which file would that be?