codetok / cdk-admin

Angular 6 admin panel using angular material & angular flex.
361 stars 256 forks source link

Style rendering is showing Warnings #37

Open Angusoft-India opened 5 years ago

Angusoft-India commented 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