Skip to content

Commit a6449c5

Browse files
Remove @input decorator from context getter
The decorator was added by accident.
1 parent 7a27629 commit a6449c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

angular-reactive-validation/src/validation-message/validation-message.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export class ValidationMessageComponent {
3939
*/
4040
key: string | undefined;
4141

42-
@Input()
4342
/**
4443
* The ValidationErrors object that contains contextual information about the error, which can be used for
4544
* displaying, e.g. the minimum length within the error message.

0 commit comments

Comments
 (0)