Angular 2 how to display .pdf file

后端 未结 9 518
不知归路
不知归路 2020-12-18 18:01

I have an angular2 app, where I want the user to be able to download and open a pdf file in the browser.

Is there an angular2 module or component that I can use?

9条回答
  •  别那么骄傲
    2020-12-18 18:25

    Try this:

    
    

    The Embed tag can be place anywhere in your template. Change the style attrs and src as needed.

提交回复
热议问题