cm0s / primeng

UI Components for AngularJS 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrimeNG

UI Components for AngularJS 2

See PrimeNG homepage for live showcase and documentation.

alt text

Execute the following commands to run the showcase in your local environment. A browser window pops up with http:\\localhost:3000 address.

npm install      //install modules
typings install  //install tsd files via typings
tsc              //compile typescript files
npm start        //start the server

When the server is started, it would be in development mode so that changing a file refreshes the browser. Changing a typescript file would compile it on save which in turn triggers a reload for the browser as well.

For project plan, visit roadmap.

About

UI Components for AngularJS 2

License:Apache License 2.0


Languages

Language:HTML 63.8%Language:TypeScript 29.6%Language:CSS 6.5%Language:JavaScript 0.0%