There was an error while loading. Please reload this page.
This migration contains a major upgrade for Angular project. The angular version upgrade from v9 to v12. included PrimeNg from v9 to v12.
ui-icon-xxx
pi pi-xxx
filter-list
filter
chevron-down
angle-down
<span class="md-inputfield"> <input formControlName="name" type="text" pInputText maxlength="64" /> <label><span class="bia-star-mandatory">*</span>{{ 'airport.name' | translate }}</label> </span>
after
<span class="p-float-label"> <input formControlName="name" type="text" pInputText maxlength="64" /> <label><span class="bia-star-mandatory">*</span>{{ 'airport.name' | translate }}</label> </span>
Keep the same order listed bellow.
ui-icon
pi pi-
md-inputfield
p-float-label
ui-button-secondary
p-button-outlined
ui-
p-