X Tutup
Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 859 Bytes

File metadata and controls

47 lines (43 loc) · 859 Bytes

ng generate interface

Overview

ng generate interface [name] <type> generates an interface

Alias

i - ng generate i [name]

Options

dry-run

--dry-run (alias: -d)

Run through without making any changes.

force

--force (alias: -f)

Forces overwriting of files.

project

--project

The name of the project.

prefix

--prefix

Specifies the prefix to use.

X Tutup