I am getting the following error while building the angular 11 project.
Can't bind to 'ngStyle' since it isn't a known property of 'div'.
<div class="list" [ngStyle]="{'max-height': maxheight + 'px'}">
Same error is coming for all templates.
For development build its working fine, but for prod getting those errors.
Any help would be appreciated.