We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've included the module in the app and imported it in the app module but when i use the directive i get this error:
Can't bind to 'ngxValidationErrors' since it isn't a known property of 'mat-form-field'.
<form [formGroup]="heroForm" validationContext="USER.REGISTRATION"> <mat-form-field *ngxValidationErrors="heroForm.get('name'); errors as errors"> <input matInput formControlName="name" placeholder="name"/> <mat-error *ngIf="errors">{{errors}}</mat-error> </mat-form-field> </form>
The app uses Angular 10 with Ivy enabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've included the module in the app and imported it in the app module but when i use the directive i get this error:
Can't bind to 'ngxValidationErrors' since it isn't a known property of 'mat-form-field'.
The app uses Angular 10 with Ivy enabled.
The text was updated successfully, but these errors were encountered: