generate interface
Command
ng generate interfaceng generate iCreates a new, generic interface definition in the given project.
Arguments
nameThe name of the interface.
Value Type
stringtypeAdds a developer-defined type to the filename, in the format "name.type.ts".
Value Type
stringOptions
prefixA prefix to apply to generated selectors.
Value Type
stringprojectThe name of the project.
Value Type
stringJump to details