1. Create an application
In this section we will create our application with the Angular CLI and discuss and examine its parts.
Last updated
In this section we will create our application with the Angular CLI and discuss and examine its parts.
Last updated
Change directory into the new app's directory and open it with VS Code
Run the following command to generate a new Angular application
Change into the new app's directory and open it with VS Code
Launch the app with the following command ('s' is short for serve)
Look at output
package.json
index.html
main.ts
app.module.ts
app.component.ts