Need help with changing the size of a Column element dynamically.
<ion-col [size]="this.size" [size-xl]="this.size_xl" [size-md]="this.size_md" [size-sm]="this.size_sm" [size-xs]="this.size_xs">
Facing an error message:
NG0303: Can’t bind to ‘size-xl’ since it isn’t a known property of ‘ion-col’.
NOTE:
Currently, only [size]=“this.size” is functional.