Angular 2 required libraries

后端 未结 2 719
天命终不由人
天命终不由人 2021-02-04 18:53

I would like to start working with the Angular2 Beta, but I am facing a few problems regarding the required libraries.
I am using Eclipse and it\'s TypeScript Plugin.
Al

2条回答
  •  迷失自我
    2021-02-04 19:34

    The package.json file in Angular 2 Quickstart guides contains development dependencies like concurrently,lite-server, typescript etc along with es6-shim etc for older browser compatibility.

    Basic dependencies for angular 2 are

    • angular2
    • typescript
    • systemjs
    • rxjs

    You can look into this Angular2 Tutorial Plunker to start a simple application. It also contains routing library.

提交回复
热议问题