IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
569 stars 159 forks source link

Please flag igx-card's elevated as a bool transform #14245

Closed grosch-intl closed 1 month ago

grosch-intl commented 1 month ago

elevated is just an input of type bool. Please add the boolean transform so that we don't have to explicitly say [elevated]=true. While it works the way it is, IDE tend to complain about it the way it is now if we just put elevated on the element.