@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 664 B
TypeScript
import { FormControl } from '@angular/forms';
import { ListFiltersComponent } from '@c8y/ngx-components/ecosystem/shared';
import * as i0 from "@angular/core";
export declare class OnlyLatestFilterComponent {
filterComponent: ListFiltersComponent;
onlyLatestFormControl: FormControl;
private readonly filterLabel;
constructor(filterComponent: ListFiltersComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<OnlyLatestFilterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OnlyLatestFilterComponent, "c8y-only-latest-filter", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=only-latest-filter.component.d.ts.map