med-table
Version:
Wrapper over table of primeng library for Ministry of Health
12 lines (11 loc) • 504 B
TypeScript
import { FilterService, SelectItem } from 'primeng/api';
import * as i0 from "@angular/core";
export declare class FilterCheckboxComponent {
private filterService;
constructor(filterService: FilterService);
key: string;
matchModeOptions: SelectItem[];
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCheckboxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCheckboxComponent, "filter-checkbox", never, { "key": "key"; }, {}, never, never>;
}