Angular CLI is a powerful command-line tool used to create, build, serve, test, and maintain Angular applications.
ng new my-app – Create new Angular projectng serve --open – Run applicationng generate component component-name – Generate a new componentng build – Build production versionTake quizzes related to this topic and see where you stand!
Start Quiz Now