mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
12 lines
329 B
Markdown
12 lines
329 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
|
|
# ng generate interface
|
|
|
|
## Overview
|
|
`ng generate interface [name] <type>` generates an interface
|
|
|
|
## Options
|
|
`--app` Specifies app name or index to use.
|
|
|
|
`type` Pptional String to specify the type of interface.
|