core/forms/unique-in-collection-by-path-validation.directive.ts
Validator
| Providers |
UniqueInCollectionByPathValidationDirective
|
| Selector | [uniqueByPath] |
| Standalone | true |
Methods |
Inputs |
| collection |
Type : Iterable<object>
|
| comparator |
Type : function
|
| path |
Type : string
|
| validate | ||||||
validate(control: AbstractControl)
|
||||||
|
Parameters :
Returns :
ValidationErrors | null
|