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
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
You can look into this Angular2 Tutorial Plunker to start a simple application. It also contains routing library.