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