I'd like to do something like this:
<ion-col col-3 [push-3]="shouldPush">
but I get an unknown-directive error. Is this not possible, do I need to import something, or is my syntax wrong?
I'd like to do something like this:
<ion-col col-3 [push-3]="shouldPush">
but I get an unknown-directive error. Is this not possible, do I need to import something, or is my syntax wrong?