mirror of https://github.com/abpframework/abp.git
7 changed files with 198 additions and 196 deletions
@ -1,12 +1,14 @@ |
|||
<form [formGroup]="form" *ngIf="form" (ngSubmit)="submit()" validateOnSubmit class="abp-md-form"> |
|||
<abp-extensible-form [selectedRecord]="selected"></abp-extensible-form> |
|||
|
|||
<abp-button |
|||
buttonType="submit" |
|||
iconClass="fa fa-check" |
|||
buttonClass="btn btn-primary color-white" |
|||
[loading]="inProgress" |
|||
> |
|||
{{ 'AbpIdentity::Save' | abpLocalization }}</abp-button |
|||
> |
|||
</form> |
|||
@if (form) { |
|||
<form [formGroup]="form" (ngSubmit)="submit()" validateOnSubmit class="abp-md-form"> |
|||
<abp-extensible-form [selectedRecord]="selected"></abp-extensible-form> |
|||
|
|||
<abp-button |
|||
buttonType="submit" |
|||
iconClass="fa fa-check" |
|||
buttonClass="btn btn-primary color-white" |
|||
[loading]="inProgress" |
|||
> |
|||
{{ 'AbpIdentity::Save' | abpLocalization }}</abp-button |
|||
> |
|||
</form> |
|||
} |
|||
|
|||
Loading…
Reference in new issue