Open Angusoft-India opened 5 years ago
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
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