Step to install and start the angularjs 2

Only three steps to start angularjs 2. Please find below:

  1. Install node JS and npm
    Download and install from below location. Latest version of node JS will have the npm.
    https://nodejs.org/en/download/
  2.  Install typescript.
    Use below comment to install the typescript.
    npm install -g typescript

  3. To the Install angularjs Libraries and Dependencies, please follow the below steps.

    – Download the project folder from here.

    – Copy into your computer.

    – Change the comment to above folder location like below.

        cd F:\angular\dev\angular-2-beta-boilerplate

        Then run “npm install” comment.( After few moment. )

        Start npm through “npm start” comment.

    Start work with angularjs 2. 

Leave a Reply

Your email address will not be published. Required fields are marked *