Trial Days Left
This section describes the BfmTrialDaysLeftComponent component.
Composition
The BfmTrialDaysLeftComponent is composed of the following components:
- BfmWarningComponent - Component for displaying warning messages.
Usage
You need to import it in your module and use it in your template.
trial-days-left.component.ts
import { BfmTrialDaysLeftComponent } from '@celerofinancas/ui-user-kit';
@Component({
standalone: true,
selector: 'trial-days-left',
imports: [BfmTrialDaysLeftComponent],
templateUrl: './trial-days-left.component.html',
})
export class TrialDaysLeftComponent {}
Then, in your template, you can use the component like this:
trial-days-left.component.html
<bfm-trial-days-left />
Inputs
The BfmTrialDaysLeftComponent component has no inputs.
Events
The BfmTrialDaysLeftComponent component has no events.