Difference between revisions of "Getting Started with PrimeNG"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
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 07: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