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