From the course: Angular: Building Large Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Angular CLI exploration

Angular CLI exploration - Angular Tutorial

From the course: Angular: Building Large Applications

Start my 1-month free trial

Angular CLI exploration

- [Instructor] It's hard not to discuss tools for scaling in application without taking a look at the Angular CLI tool. Not only it offers a great way to generate a new application that started like what we've done already, but it also offers other commands that allows us to use it for other purposes. Let me demonstrate. So if you bring up the Integrated Terminal, so click on View, Integrated Terminal, and then do a quick ls to make sure you're in the right directory. So we're in the root directory of that application. The first thing that we've done already is ng serve, which starts the server or starts the application. One of the things that you can do to get a little bit of information about what are the other commands that you can do is ng help. And let's bring up the terminal a little bit. And then what it gives you is all the ng commands that you have access to. So it gives you a brief description of what these commands are, and there's a lot. So there's a few ones that you…

Contents