akserg / ng2-systemjs-demo

A minimal Angular2 playground using TypeScript and SystemJS loader to demonstrate the use of ng2-dnd, ng2-toasty and ng2-slim-loading-bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng2-systemjs-demo

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

Install

Clone this repo and execute in your favourite shell:

  • npm i to install local npm dependencies

Play

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.

About

A minimal Angular2 playground using TypeScript and SystemJS loader to demonstrate the use of ng2-dnd, ng2-toasty and ng2-slim-loading-bar


Languages

Language:TypeScript 70.6%Language:CSS 21.9%Language:HTML 4.6%Language:JavaScript 3.0%