Category group table
Component: <pcp-group-category-expenses>
Deprecated
This component is deprecated and will be removed in the next major release.
Preview:

Description
This component displays the current list of category groups blocked by the client. Additionally, it allows the admin user to block or unblock any unlisted category group.
Usage
import { PcpGroupCategoryExpensesComponent } from '@celerofinancas/pcp-client-ui';
<pcp-group-category-expenses
[cardId]="0"
[isBlocked]="true"
/>
Component Inputs and Outputs
Inputs
| Name | Type | Default | Description | Required |
|---|---|---|---|---|
cardId | string or undefined | undefined | The card identification to obtain the category group details | YES |
isBlocked | boolean | false | Whether the card is blocked | NO |
Dependencies
- @celerofinancas/class-utils
- @celerofinancas/ui-common
- @celerofinancas/ui-directives
- @celerofinancas/ui-loaders
- @celerofinancas/ui-modals
- celerofinancas/design-system