Anyone knows a proper way to print a PDF document based on data i am getting from a backend provider?
I have tried using this solution Print Html template in Angular 2 (ng-print in Angular 2) , but it's not always convinient, mainly because am manipulating large data with various directives (such as *ngFor) that cannot be used some aspects of that solution.