Skip to content

Commit c628bd1

Browse files
committed
docs(generators:controller): create controller.md
[skip ci]
1 parent 5245441 commit c628bd1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/generators/controller.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)