You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Refactoring
We should remove our internal StarkComponentUtil.isInputEnabled() method and replace it by coerceBooleanProperty from @angular/cdk/coercion which is doing the same thing.
There is no need to repeat what Angular already proposes.
The text was updated successfully, but these errors were encountered:
…or of Angular CDK function 'coerceBooleanProperty'
ISSUES CLOSED: NationalBankBelgium#1190
BREAKING CHANGE: `StarkComponentUtil.isInputEnabled()` function has been removed. To coerce boolean inputs in your components you can use the `coerceBooleanProperty()` function from `@angular/cdk/coercion` instead.
I'm submitting a...
Refactoring
We should remove our internal
StarkComponentUtil.isInputEnabled()
method and replace it bycoerceBooleanProperty
from@angular/cdk/coercion
which is doing the same thing.There is no need to repeat what Angular already proposes.
The text was updated successfully, but these errors were encountered: