UNPKG

@jaspero/ng-helpers

Version:

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![CircleCI](https://circleci.com/gh/Jaspero/ng-helpers.svg?style=svg)](https://circleci.

13 lines 800 B
import { EventEmitter } from '@angular/core'; import { UntypedFormGroup, UntypedFormArray, UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; type entry = UntypedFormControl | UntypedFormGroup | UntypedFormArray; export declare class FormTouchOnHoverDirective { jpFormTouchOnHover: entry | Array<entry>; jpFormTouched: EventEmitter<any>; enter(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FormTouchOnHoverDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FormTouchOnHoverDirective, "[jpFormTouchOnHover]", never, { "jpFormTouchOnHover": { "alias": "jpFormTouchOnHover"; "required": false; }; }, { "jpFormTouched": "jpFormTouched"; }, never, never, false, never>; } export {}; //# sourceMappingURL=form-touch-on-hover.directive.d.ts.map