Answers for "Component generating angular"

3

how to create new component in angular

//First go in the folder where you want to add new component in angular then use given command
ng g c componentName 
//or
ng generate component componentName

//If you are in root folder and want to make a sub component then 
// componentName is complete path of that folder with componentName
Posted by: Guest on August-10-2021
3

generate new component angular

ng generate <schematic> [options]
Posted by: Guest on March-16-2020
0

Component generating angular

ng generate component xyz
Posted by: Guest on April-22-2021

Browse Popular Code Answers by Language