cdk-admin
cdk-admin copied to clipboard
Style rendering is showing Warnings
Hi,
The Dashboard component is showing endless warnings which is as follows. Also the components are rendering in the full screen.
WARNING: sanitizing unsafe style value translateY(-50%) translateX(-50%)
It is happening the style transformation of round-progressbar.component.ts
let transform = (isSemi ? '' : 'translateY(-50%) ') + 'translateX(-50%)';
Thanks