Difference between revisions of "Getting Started with PrimeNG"

From PeformIQ Upgrade
Jump to navigation Jump to search
Line 2: Line 2:


* http://primefaces.org/primeng/
* http://primefaces.org/primeng/
* http://primefaces.org/primeng/#/setup
* https://angular.io/
* https://angular.io/
*
*

Revision as of 06:17, 13 October 2019

Links

Example

ng new primeng-example


cd primeng-example

npm install primeng --save
npm install primeicons --save

ng add ...


For some PrimeNG modules you will need extra modules added:

@angular/cdk - which in turn requires
quill
chart-js