Performance Gains
Angular Data Grid
Auto-Enhanced Performance with Web Workers
Inbuilt Web Workers will attempt to enhance performance. In your angular.json file, add the
following entry to the options object in both the build and test configs:
The tsconfig.worker.json file is included in the downloaded .zip file (or .tar, tar.gz). Make sure you are pointing to it's correct path.
"webWorkerTsConfig": "tsconfig.worker.json"The tsconfig.worker.json file is included in the downloaded .zip file (or .tar, tar.gz). Make sure you are pointing to it's correct path.