feat(angular): add booleanAttribute transform to IonItem inputs by Advikkhandelwal · Pull Request #30825 · ionic-team/ionic-framework
This change allows using boolean attributes like <ion-item button detail> instead of requiring explicit bindings like <ion-item [button]="true" [detail]="true">. Applied to IonItem's button, detail, and disabled inputs using Angular's booleanAttribute transform function. Closes ionic-team#30822
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters