From 4bb5d68b32b2f07e5e1752705c4ecb1e839fd55b Mon Sep 17 00:00:00 2001 From: Hari Mahadevan Date: Tue, 14 Jul 2020 17:09:20 +0800 Subject: [PATCH] fix: update test app custom error component's property names (#20) --- .../custom-error-control/custom-error-control.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: [