Introduction
The @celerofinancas/ui-reports library provides a set of components to help you to display reports in your application.
Let's get started! 🎉​
warning
Before you start, make sure you have followed the installation guide to set up your project.
This guide will help you get started with the ui-reports library.
Installation​
Let's discover @celerofinancas/ui-reports.
- Yarn
- Npm
- Web Components
$ yarn add @celerofinancas/ui-reports
$ npm install @celerofinancas/ui-reports
Import the following script in your HTML file:
<script src="https://cdn.jsdelivr.net/npm/@celerofinancas/ui-reports"></script>
Library Components​
The @celerofinancas/ui-reports library provides the following components:
- Work in progress... 🚧
Dependencies​
To install the @celerofinancas/ui-reports library, you need to have the following dependencies installed:
package.json
{
"dependencies": {
"@celerofinancas/class-utils": "3.x.x",
"@celerofinancas/common-domain": "1.x.x",
"@celerofinancas/core-ts": "3.x.x",
"@celerofinancas/design-system": "3.x.x",
"@celerofinancas/onboarding-tour": "2.x.x",
"@celerofinancas/service-utils": "2.x.x",
"@celerofinancas/state-management": "2.x.x",
"@celerofinancas/style-kit": "3.x.x",
"@celerofinancas/test-helpers": "3.x.x",
"@celerofinancas/ui-animations": "3.x.x",
"@celerofinancas/ui-common": "4.x.x",
"@celerofinancas/ui-directives": "4.x.x",
"@celerofinancas/ui-environments": "1.x.x",
"@celerofinancas/ui-feature-flag": "3.x.x",
"@celerofinancas/ui-http-services": "1.x.x",
"@celerofinancas/ui-interceptors": "3.x.x",
"@celerofinancas/ui-loaders": "1.x.x",
"@celerofinancas/ui-modals": "3.x.x",
"@celerofinancas/ui-oauth": "3.x.x",
"@celerofinancas/ui-pipes": "3.x.x",
"@celerofinancas/ui-reports": "^1.x.x",
"@celerofinancas/ui-theming": "^3.x.x",
"@celerofinancas/ui-validators": "3.x.x",
"@celerofinancas/ui-illustrations": "1.x.x",
"@matheo/text-mask": "17.0.0",
"@ngneat/reactive-forms": "5.0.2",
"@ngxs/devtools-plugin": "3.8.1",
"@ngxs/store": "3.8.1",
"@swimlane/ngx-charts": "20.5.0",
"chart.js": "4.4.3",
"date-fns": "3.6.0",
"ng2-charts": "6.0.1",
"ngx-mask": "17.1.2",
}
}