I trying get the link a file from my serve to use in component.ts Angular
pdf_link_serve = "\\\\my_serve\\data\\pdf\\01.pdf";
But i'm getting error not allowed load file
Not allowed to load local resource: file://...
Am i getting the file link wrong or actually not able to load the file from my server ?