Horje
angular cli interface generate Code Example
angular cli generate component
ng g c componentName
angular cli interface generate
ng generate interface <name> <type> [options]
ng g interface <name> <type> [options]

# <name>	The name of the interface.
# <type>	Adds a developer-defined type to the filename, in the format "name.type.ts".
# [options]
#	--lintFix=true|false	When true, applies lint fixes after generating the interface (Default: false)
#	--prefix=prefix			A prefix to apply to generated selectors
#	--project=project		The name of the project.

# e.g.
# ng generate interface Itest sometype		generates file name		itest.sometype.ts
Source: angular.io




Shell

Related
install docker compose ubuntu 20.04 Code Example install docker compose ubuntu 20.04 Code Example
install powershell 7 Code Example install powershell 7 Code Example
download powershell 7.2.1 Code Example download powershell 7.2.1 Code Example
duplicate file linux Code Example duplicate file linux Code Example
copy remote ssh key mac Code Example copy remote ssh key mac Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12