Title: Creating a new Angular application with VS Code
This video covers the topic of building an Angular application using the Angular framework that can be found at: https://angular.io/ and VS Code.
We begin the video by first installing Node Version Manager for Windows that allows us to install and manage different versions of Node JS application server. After we install node using nvm, we go through a simple process of installing Angular CLI which is a command line tool that allows us to begin creating our first Angular application.
Once the application is created, we do a high level walk through of the different files that are available in the base application and discuss their basic purpose.
In the next video we will cover the topic of how to begin using this basic application by starting it up and going over the basics of what the Angular framework and Node JS give us the ability to do as well as some basics of automated unit testing.
#angular #angular2 #angularjs #node #nodejs #vscode #winserv