Open ghost opened 3 years ago
Hi! Thanks for your issue. I will try to reproduce this.
I have similar problem with angular 12.2.5 + ts 4.3.5 + package 1.2.0 - when adding
I've manage to find out the real cause of this - the ChangeDetection.Default strategy is causing to infinite refreshView loop. Changed to changeDetection: ChangeDetectionStrategy.OnPush solved the problem.
I've manage to find out the real cause of this - the ChangeDetection.Default strategy is causing to infinite refreshView loop. Changed to changeDetection: ChangeDetectionStrategy.OnPush solved the problem.
Work for me, thanks
Use ChangeDetectionStrategy.OnPush
strategy without knowing the side effects would invite more issues, better try this https://github.com/kolkov/angular-editor/issues/434#issuecomment-1712168290
Using the library causing the performance issue on the application, quite not sure what is the reason for this
Configuration
Lots of violation error on the console window as shown below and the application is quite slow
Not sure what is the real cause of performance issue. I am using Angular 12