Introduction
The @celerofinancas/ui-charges library provides a set of components to help you manage companies 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-ui-charges library.
Installation​
Let's discover @celerofinancas/ui-charges.
- Yarn
- Npm
- Web Components
$ yarn add @celerofinancas/ui-charges
$ npm install @celerofinancas/ui-charges
Import the following script in your HTML file:
<script src="https://cdn.jsdelivr.net/npm/@celerofinancas/ui-charges"></script>
Library Components​
The @celerofinancas/ui-charges library provides the following components:
Dependencies​
To install the @celerofinancas/ui-charges library, you need to have the following dependencies installed:
package.json
{
"dependencies": {
"@celerofinancas/class-utils": "3.1.x",
"@celerofinancas/common-domain": "1.3.x",
"@celerofinancas/core-ts": "3.4.x",
"@celerofinancas/design-system": "3.4.x",
"@celerofinancas/onboarding-tour": "2.0.x",
"@celerofinancas/service-utils": "2.2.x",
"@celerofinancas/state-management": "2.3.x",
"@celerofinancas/ui-animations": "3.0.x",
"@celerofinancas/ui-charges": "1.1.1",
"@celerofinancas/ui-common": "4.1.x",
"@celerofinancas/ui-directives": "4.0.x",
"@celerofinancas/ui-environments": "1.2.x",
"@celerofinancas/ui-feature-flag": "3.0.x",
"@celerofinancas/ui-http-services": "1.4.x",
"@celerofinancas/ui-interceptors": "3.0.x",
"@celerofinancas/ui-loaders": "1.0.x",
"@celerofinancas/ui-modals": "3.1.x",
"@celerofinancas/ui-oauth": "3.0.x",
"@celerofinancas/ui-pipes": "4.0.x",
"@celerofinancas/ui-validators": "3.0.x",
"@ngxs/devtools-plugin": "3.8.1",
"@ngxs/store": "3.8.1",
}
}