I have a service in c # that returns a pdf, from angular I open the pdf like this const w = windows.open(url,\'_blank\'); w.print();
const w = windows.open(url,\'_blank\'); w.print();
but it doesn\'t wor