Create Your First Angular App
Let's create our first Angular app using the Angular CLI.
We'll cover the following...
Now, we should have the Angular CLI installed, and it’s time to create our first Angular app. This is just going to be a small app with which we can look through the code and see how an Angular app is made and what the structure of the app is.
ng new <name>
To create an Angular application, ...