Feature/migrate ion-icon usage to self-closing tags (#4492)

* Migrate to self-closing tags
This commit is contained in:
Thomas Kaul 2025-04-02 16:47:57 +02:00 committed by GitHub
parent 476b287ef3
commit 4df575e34f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@
</mat-step>
<ng-template matStepperIcon="done">
<ion-icon name="checkmark-outline"></ion-icon>
<ion-icon name="checkmark-outline" />
</ng-template>
</mat-stepper>
<div></div>