Skip to content

Commit fa4a668

Browse files
committed
docs(generators:component): add component.md
[skip ci]
1 parent 0286817 commit fa4a668

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/generators/component.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)