generator-jhipster-primeng-entity
v1.0.2
Published
Updates entity related pages to use Primeng components.
Downloads
11
Maintainers
Readme
generator-jhipster-primeng-entity
JHipster module, Updates entity related pages to use Primeng components.
Introduction
This is a JHipster module, that is meant to be used in a JHipster application.
This module is replaces components in entity pages with PrimeNG components.
Current entity type and component matchings:
| Entity Type | Primeng Component | | --- | --- | | String | InputText | | IntegerLongFloatDoubleBigDecimal | Spinner | | LocalDateZonedDateInstant | Calendar | | Boolean | Checbox | | Enum | Dropdown | | Binary Content | Not yet | | Relations | Not yet |
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Installation
With Yarn
To install this module:
yarn global add generator-jhipster-primeng-entity
To update this module:
yarn global upgrade generator-jhipster-primeng-entity
With NPM
To install this module:
npm install -g generator-jhipster-primeng-entity
To update this module:
npm update -g generator-jhipster-primeng-entity
Usage
In your JHipster project, launch yo jhipster-primeng-entity
.
License
MIT © Tankut Koray