I have an application in Angular where it brings a lot of information from a database (more than 6000 elements). When the user clicks on a button, all those elements are displayed (they do not have to be paginated), I do that with an * ngFor, the issue is that it takes to load all those elements. Is there any way that you can load it, a loading screen or just a loading screen or something?