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
parent 6c6c29e6a9
commit 1593b3fb75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save