Getting started Angular2
OnSeptember 19, 2018
2 Comments
Step1: Install NPM – https://nodejs.org/en/\r\n\r\nStep 2: Install Angular CLI\r\nnpm install -g angular-cli\r\n\r\nStep 3: Create application with following command,\r\nng new myfirst_app\r\n\r\n\r\nStep 4: Now to host your application in localhost\r\nng server\r\n
Comments are off for this post.
Comments are closed.