ipex-report-ui-components
v0.0.38
Published
## Installation
Readme
Ipex Report Ui Components
Installation
npm i ipex-report-ui-components Styles
Theme and Core styles are the necessary css files of the components. Styles can either be imported at angular.json or src/styles.css file.
With angular.json
{
...
"styles": [
"node_modules/primeng/resources/themes/lara-light-blue/theme.css",
"node_modules/primeng/resources/primeng.min.css"
],
...
}With styles.css
@import "primeng/resources/themes/lara-light-blue/theme.css";
@import "primeng/resources/primeng.css";