mgechev / ngresizable

Simple, tree-shakable, AoT, Universal and Web Worker friendly resizable component for Angular (2 and beyond).
https://mgechev.github.io/ngresizable/
116 stars 23 forks source link

Issue Warning: Cumulative Layout Shifts can result in poor user experiences. #19

Closed intermx-nagaraj closed 4 years ago

intermx-nagaraj commented 4 years ago

When i checked in chrome devtool performance analysis shwoing CLS while resizing element. can you improve the performance of this lib. Tested in: https://mgechev.github.io/ngresizable/ ng-resize-cls

mgechev commented 4 years ago

That's not performance of the library but in the demo. Since it doesn't use SSR the rendering is entirely client-side and there's a delayed CLS.

I'm not sure how well this library works with latest Angular. There are alternatives I'd recommend you to use. Check this out https://www.npmjs.com/package/angular-resizable-element.