Env
- os: win10
- browser: Chrome 80.0.3987.149(x64)
package.json
"@angular/animations": "^9.0.7",
"@angular/cdk": "^9.1.3",
"@angular/common": "^9.0.7",
"@angular/compiler": "^9.0.7",
"@angular/core": "^9.0.7",
"@angular/forms": "^9.0.7",
"@angular/localize": "^9.0.7",
"@angular/material": "^9.1.3",
"@angular/material-moment-adapter": "^9.1.3",
"@angular/platform-browser": "^9.0.7",
"@angular/platform-browser-dynamic": "^9.0.7",
"@angular/router": "^9.0.7"
Desc
<td *ngIf="hasContent(r, c)"
[attr.width.px]="model?.cells[r][c]?.width"
[attr.height.px]="model?.cells[r][c]?.height + (isEditableMode() && last ? 1 : 0)"

Rendering failed because the property was compiled to width.px
Env
package.jsonDesc
Rendering failed because the property was compiled to
width.px