We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5245441 commit c628bd1Copy full SHA for c628bd1
1 file changed
docs/generators/controller.md
@@ -0,0 +1,13 @@
1
+### Controller
2
+Generates a controller.
3
+
4
+Example:
5
+```bash
6
+yo angular-fullstack:controller user
7
+[?] Where would you like to create this controller? client/app/
8
+```
9
10
+Produces:
11
12
+ client/app/user/user.controller.js
13
+ client/app/user/user.controller.spec.js
0 commit comments