mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
11 lines
286 B
Markdown
11 lines
286 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
|
|
|
|
## Arguments
|
|
|
|
`type` optional string to specify the type of interface
|