mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
9 lines
169 B
Markdown
9 lines
169 B
Markdown
# ng generate interface
|
|
|
|
## Overview
|
|
`ng generate interface [name] <type>` generates an interface
|
|
|
|
## Arguments
|
|
|
|
`type` optional string to specify the type of interface
|