how to create a angular project?
First setup Environment
install the necessary dependencies using node package manager(npm) globally in your system to access the commands,
npm -i -g @angular/cli
Now you have successfully installed C
mastersoftwaredev.hashnode.dev1 min read