diff --git a/src/app/custom-error-control/custom-error-control.component.ts b/src/app/custom-error-control/custom-error-control.component.ts index 7d1ce53..236f5fc 100644 --- a/src/app/custom-error-control/custom-error-control.component.ts +++ b/src/app/custom-error-control/custom-error-control.component.ts @@ -4,10 +4,10 @@ import { DefaultControlErrorComponent } from '@ngneat/error-tailor'; @Component({ selector: 'custom-control-error', template: ` -
-

{{ _text }}

+
+

{{ errorText }}

- + `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [