UNPKG

@proangular/pro-form

Version:

A predefined set of reactive and reusable form input components based on Angular Material.

11 lines (10 loc) 510 B
import { ElementRef } from '@angular/core'; import { MatChip } from '@angular/material/chips'; import * as i0 from "@angular/core"; export declare class InputChipComponent extends MatChip { private readonly elementRef; constructor(elementRef: ElementRef<HTMLElement>); get element(): HTMLElement; static ɵfac: i0.ɵɵFactoryDeclaration<InputChipComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<InputChipComponent, "pro-input-chip", never, {}, {}, never, ["*"], true, never>; }