-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Hands-On Full-Stack Web Development with ASP.NET Core
By :
Angular CLI is an extremely useful tool when it comes to managing your Angular project. It provides all sorts of capabilities, such as creating projects, generating code, managing and upgrading packages, building and testing apps, and more.
Furthermore, Angular CLI-based projects are not just about the app itself. Such projects can actually contain multiple apps and libraries within, turning the project into something similar, in concept, to an actual workspace that contains multiple projects within.
Let's use Angular CLI to create and manage an Angular Everyday Market app.
First, open the Terminal or Command Prompt and install Angular CLI with the following steps:
npm install -g @angular/cling command.Using the Terminal, create our Everyday Market project:
ng...