ngx-json-ui
Version:
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.
13 lines (12 loc) • 671 B
TypeScript
import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CaseInsensitiveAllowedValuesDirective implements OnInit {
private el;
allowedValues: string[] | undefined;
constructor(el: ElementRef);
ngOnInit(): void;
updateAllowedValues(): void;
onInput(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CaseInsensitiveAllowedValuesDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CaseInsensitiveAllowedValuesDirective, "[appCaseInsensitiveAllowedValues]", never, { "allowedValues": { "alias": "allowedValues"; "required": false; }; }, {}, never, never, false, never>;
}