nge
v5.1.6
Published
Easier PrimeNG and Angular integration
Downloads
27
Readme
nge is simple package providing easier PrimeNG and Angular co-work. It helps you to add selected components from PrimeNG library using cli. You don't need to worry about imports and basic Angular's bindings. Use it within Angular project only.
How to:
- Run nge command inside Angular project (it is required to install nge globally "npm i nge -g")
- Select if you want to generate new Angular component or modify existing
- Pass path to component
- Select which PrimeNG component to add
- Select which parameters to add
- Assign values to parameters
- Done