DanielSwiegersServian

Results 2 comments of DanielSwiegersServian

I had this issue specifically when running tests I resolved it by including all ngx-quill-editor typescript files in my `src/tsconfig.spec.json` ``` { "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/spec", "types": [...

The order of setting up your sorting and pagination on a mat-table can have a large impact on performance. Only including your data AfterVIewInit can speed this up significantly. https://stackoverflow.com/questions/50283659/angular-6-mattable-performance-in-1000-rows#answer-51296374