UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

12 lines (11 loc) 688 B
import { FormControl } from '@angular/forms'; import { SearchService } from '../search-service/search.service'; import * as i0 from "@angular/core"; export declare abstract class AbstractFulltextSearchComponent { protected _searchService: SearchService; set disabled(value: boolean); fullTextFormControl: FormControl; protected constructor(_searchService: SearchService); static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFulltextSearchComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AbstractFulltextSearchComponent, "ncc-abstract-fulltext-search", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>; }