Requested Files Filters
This section describes the BfmRequestedFilesFiltersComponent component.
Usage
To use the BfmRequestedFilesFiltersComponent, you need to import it in your module and use it in your template.
requested-files-filters.component.ts
import { BfmRequestedFilesFiltersComponent } from "@celerofinancas/ui-files";
@Component({
standalone: true,
selector: 'requested-files-filters'
imports: [BfmRequestedFilesFiltersComponent],
templateUrl: './requested-files-filters.component.html',
})
export class RequestedFilesFiltersComponent {}
Then, in your template, you can use the component like this:
requested-files-filters.component.html
<bfm-requested-files-filters />
Inputs
The BfmRequestedFilesFiltersComponent component has no inputs.
Events
The BfmRequestedFilesFiltersComponent component has no events.