Skip to content

kpratik2015/Learning-Angular-2

Repository files navigation

Learning-Angular-2

Angular 2 with TypeScript

Steps (Windows)

  1. Install NPM from the official website
  2. Open command prompt in administrator mode and run following commands:
    npm install -g typescript
    npm install -g typings
    npm install -g angular-cli
  3. Use 'cd' to navigate to directory with 'app' folder
  4. Run following commands:
    npm install
    npm start

About

Angular 2 with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published