Getting Started with Angular
Step 1: Run the ng new my-angular-app
this will create a boilerplate
Step 2: type cd my-angular-app
to change directory and code .
to open an instance of vscode in that folder:
Step 3: Edit the HTML at the src/app/app.component.html
content to <h1>Hello, Froilan</h1>
:
to: