May 10, 2019

Optimize the performance of large lists in Angular

Challenge If you are working with lists or tables which have a big amount of rows and columns, the performance can get worse if you don’t watch out. Especially if you have a large table with a lot of FormGroups inside. The following steps should clean up your code and increase the performance of your […]
READ MORE

Lino Fischer
Developer at thecodecampus </>


November 27, 2018

Improve performance with virtual scrolling in Angular – HowTo

Since the release of Angular 7, the Angular CDK includes a feature that can improve the performance of your application dramatically. Virtual scrolling is highly beneficial for dealing with a lot of data in tables or lists. You can improve performance for large lists in Angular with the Angular CDK virtual scrolling component. What is […]
READ MORE

Kai Henzler
Developer at thecodecampus </>