John Papa 00fe4cc84b docs(@angular/cli): services are provided, not declared
docs(@angular/cli): services are provided, not declared
2017-03-12 21:09:34 -07:00

16 lines
443 B
Markdown

<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
# ng generate service
## Overview
`ng generate service [name]` generates a service
## Options
`--app` Specifies app name or index to use.
`--flat` Flag to indicate if a dir is created.
`--module` (`-m`) Allows you to specify the module where the service should be provided
`--spec` Specifies if a spec file is generated.