Angular Command

PHOTO EMBED

Mon Oct 03 2022 10:50:16 GMT+0000 (Coordinated Universal Time)

Saved by @DGSH

===>ng new todo
	(create angular project todo)

===>ng serve
	(run angular prject)

===>ng test
	(run test cases)

===>ng e2e
	(end to end test)

===>ng generate component welcome
	(create component named welcome)
content_copyCOPY