Difference between revisions of "Getting Started with PrimeNG"

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


cd primeng-example
cd primeng-example
npm install primeng --save
npm install primeicons --save


ng add ...
ng add ...
Line 17: Line 20:


</pre>
</pre>
For some PrimeNG modules you will need extra modules added:
@angular/cdk - which in turn requires
quill
chart-js




[[Category: Angular]]
[[Category: Angular]]

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