From 4cede4eb5cddbc2447e9a35833a5bdebb58c90e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Can=20Y=C4=B1lmaz?= <30300440+bariscanyilmaz@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:26:59 +0300 Subject: [PATCH] add default form-control class --- .../src/lib/components/form-input/form-input.component.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts b/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts index fc306288e2..01ce27dec5 100644 --- a/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts +++ b/npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts @@ -6,9 +6,8 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms'; selector: 'abp-form-input', template: `
- + (); @Output() onFocus = new EventEmitter();