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 da34dee commit a4508b4Copy full SHA for a4508b4
docs/generators/service.md
@@ -0,0 +1,16 @@
1
+### Service
2
+Generates an AngularJS service.
3
+
4
+Example:
5
+```bash
6
+yo angular-fullstack:service myService
7
+[?] Where would you like to create this service? client/app/
8
+```
9
10
+Produces:
11
12
+ client/app/myService/myService.service.js
13
+ client/app/myService/myService.service.spec.js
14
15
16
+You can also do `yo angular-fullstack:factory` and `yo angular-fullstack:provider` for other types of services.
0 commit comments