A minimal Angular2 playground using TypeScript and SystemJS loader
This project demonstrates the use of different libraries such:
- ng2-dnd: Angular 2 Drag-and-Drop without dependencies
- ng2-toasty: Angular2 Toasty component shows growl-style alerts and messages for your application
- ng2-slim-loading-bar: Angular 2 component shows slim loading bar at the top of the page
Clone this repo and execute in your favourite shell:
npm i
to install local npm dependencies
After completing installation type in your favourite shell:
npm start
to start an Angular2 playground application in a new browser window. Application files are observed and will be re-transpiled on each change.