AngularJs2
Monday, February 6, 2017
AngularJs2 Configuration with Visual Studio
We will follow the official website to configure AngularJs 2. Please follow the following steps:
1) Go to the website https://angular.io/docs/ts/latest/cli-quickstart.html
2) Install Node Js site and download the latest
version: https://nodejs.org/en/
3) After installation, Open the node terminal and then
run the command npm install -g
angular-cli to install angular js globally.
4) Reach your project file path and run the command ng new my-app.
5) Now your application ready to work.
6) Run the application using ng new my-app.
Subscribe to:
Posts (Atom)