I have an Angular 9 application and I want to print reports.
1. What should I use for the report printing as when a user clicks on the print button a record should come from the database?
2. I do not want to use window.print() because it prints the screen and I did not want this, but also I want to show a preloader while a report record is being loaded.
As a back end development I am using .Net Core.
Any help will be very much appreciated.