Offered Service Information
This section describes the BfmChargeOfferedServiceInformationComponent component.
Composition
The BfmChargeOfferedServiceInformationComponent is composed of the following components:
- BfmChargeOfferedServicesFormComponent - Offered services form.
Usage
You need to import it in your module and use it in your template.
offered-service-information.component.ts
import { BfmChargeOfferedServiceInformationComponent } from '@celerofinancas/ui-charges';
@Component({
standalone: true,
selector: 'offered-service-information',
imports: [BfmChargeOfferedServiceInformationComponent],
templateUrl: './offered-service-information.component.html',
})
export class OfferedServiceInformationComponent {}
Then, in your template, you can use the component like this:
offered-service-information.component.html
<bfm-offered-services-form
[headerTitle]="'Selecione os serviços dessa cobrança'"
/>
Inputs
The BfmChargeOfferedServiceInformationComponent component has the following inputs:
headerTitle
Header Component Title
| Type | Default |
|---|---|
| string | 'Selecione os serviços dessa cobrança' |
Events
The BfmChargeOfferedServiceInformationComponent component has no events.