Skip to content

Commit

Permalink
Merge pull request #14052 from abpframework/issue/13834
Browse files Browse the repository at this point in the history
fix broken className feature
  • Loading branch information
muhammedaltug authored Sep 16, 2022
2 parents 6b053bb + ed1b0de commit 0ec0116
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ng-container [ngSwitch]="getComponent(prop)"
[ngClass]="containerClassName"

*abpPermission="prop.permission; runChangeDetection: false">

<ng-template ngSwitchCase="template">
Expand All @@ -9,9 +9,9 @@
</ng-template>

<div
[ngClass]="containerClassName"
class="mb-3 form-group"
>

<ng-template ngSwitchCase="input">
<ng-template [ngTemplateOutlet]="label"></ng-template>
<input
Expand Down

0 comments on commit 0ec0116

Please sign in to comment.