UNPKG

form-control-errors

Version:

This is a package built to make displaying validation errors from Angular Form Controls easier.

5 lines (4 loc) 169 B
import { PipeTransform } from '@angular/core'; export declare class PropertyValuesPipe implements PipeTransform { transform(data: Object, index: number): any; }