Skip to content

Commit

Permalink
improve syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Ben Makhlouf committed Oct 20, 2024
1 parent 38f766a commit 3c607d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/iconfield/iconfield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { IconFieldStyle } from './style/iconfieldstyle';
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
host: {
class: 'p-iconfield',
'[class]': 'styleClass()',
'[class.p-iconfield]': 'true',
'[class.p-iconfield-left]': 'iconPosition() === "left"',
'[class.p-iconfield-right]': 'iconPosition() === "right"',
},
Expand Down

0 comments on commit 3c607d0

Please sign in to comment.