We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25ddad commit 5245441Copy full SHA for 5245441
docs/generators/route.md
@@ -0,0 +1,18 @@
1
+### Route
2
+Generates a new route.
3
+
4
+Example:
5
+```bash
6
+yo angular-fullstack:route myroute
7
+[?] What module name would you like to use? myApp
8
+[?] Where would you like to create this route? client/app/
9
+[?] What will the url of your route be? /myroute
10
+```
11
12
+Produces:
13
14
+ client/app/myroute/myroute.js
15
+ client/app/myroute/myroute.controller.js
16
+ client/app/myroute/myroute.controller.spec.js
17
+ client/app/myroute/myroute.html
18
+ client/app/myroute/myroute.scss
0 commit comments