Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git remember login 
Shell :: what does source command do in linux 
Shell :: camelcase python installing 
Shell :: docker get image size before pull acr 
Shell :: unzip file to folder 
Shell :: bash how to delete blank lines 
Shell :: tail last 100 lines 
Shell :: bash for i 
Shell :: docker image add tag 
Shell :: macbook gestures stopped working 
Shell :: delete command in linux 
Shell :: how to change git password in git bash 
Shell :: mkdir with permissions 
Shell :: change directory, files and sub-directories owner in linux 
Shell :: check if docker daemon is runing 
Shell :: get a loading spinner javascript react 
Shell :: brew check installed version 
Shell :: pushing code with another github account 
Shell :: vmd in terminal 
Shell :: git overwrite remote files 
Shell :: laravel permission ubuntu lamp 
Shell :: rsync ssh 
Shell :: git id 
Shell :: where is my ubuntu folder located 
Shell :: linux unpack .tar 
Shell :: Kubernetes configuration file is group readable 
Shell :: clean remote branch vscode 
Shell :: how to copy my pub ssh key to server linux 
Shell :: history delete linux 
Shell :: start of .sh file 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =