Browse Source
Update npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts
Co-authored-by: Qingxiao Ren <rqx110@163.com>
pull/15931/head
Barış Can Yılmaz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts
|
|
|
@ -6,7 +6,7 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms'; |
|
|
|
selector: 'abp-form-input', |
|
|
|
template: ` |
|
|
|
<div class="mb-3"> |
|
|
|
<label class="*ngIf" ="label" [ngClass]="labelClass" [for]="inputId"> |
|
|
|
<label *ngIf="label" [ngClass]="labelClass" [for]="inputId"> |
|
|
|
{{ label | abpLocalization }} |
|
|
|
</label> |
|
|
|
<input |
|
|
|
|