Skip to content

waqaskamran/primeng

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 64.1%
  • TypeScript 28.9%
  • CSS 7.0%