Import ppplus-library for rendering payment wall via given Link in TypeScript
问题 Is it possible to import a given JS-Library (in my case it would be https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js from this .pdf file chapter 8.1 - "Integrating the payment wall")? The text tells me the following: 1) Include JS library: <script src="https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js" type="text/javascript"></script> 2) Define a placeholder DIV: <div id="ppplus"> </div> 3) Render Payment wall: <script type="application/javascript"> var ppp = PAYPAL