We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rem
px
It is the same as #12200 but there are still usages of px in components.
For example @HostBinding('style.height.px') , [style.min-height.px]="cellHeight"
@HostBinding('style.height.px')
[style.min-height.px]="cellHeight"
The text was updated successfully, but these errors were encountered:
There has been no recent activity and this issue has been marked inactive.
Sorry, something went wrong.
simeonoff
No branches or pull requests
Is your feature request related to a problem? Please describe.
It is the same as #12200 but there are still usages of px in components.
For example
@HostBinding('style.height.px')
,[style.min-height.px]="cellHeight"
The text was updated successfully, but these errors were encountered: