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

* Migrate to self-closing tags
pull/4501/head
Thomas Kaul 1 year ago committed by GitHub
parent 476b287ef3
commit 4df575e34f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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>

Loading…
Cancel
Save