Having an issue with version 2.2.0 in angular 17. When I set [width]=400 nothing happens as it doesn't actually set the information for the width.
If I update the imported package to take number | any, and do width="400" then it seems to work fine. but compiler gets very mad at that since a string cannot be a number. Is there something that I am missing here?