SALİH ÖZKARA
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/framework/ui/angular/form-validation.md
|
|
|
@ -143,7 +143,7 @@ import { ChangeDetectionStrategy, Component } from "@angular/core"; |
|
|
|
class="font-weight-bold font-italic px-1 invalid-feedback" |
|
|
|
*ngFor="let error of abpErrors; trackBy: trackByFn" |
|
|
|
> |
|
|
|
{{ error.message | abpLocalization: error.interpoliteParams }} |
|
|
|
{%{{{ error.message | abpLocalization: error.interpoliteParams }}}%} |
|
|
|
</div> |
|
|
|
`, |
|
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
|
|