Include Plaid-link in an Ionic2 project?
问题 I want to use Plaid Link in my Ionic 2 project. From experience working with it on the web and from the documentation it seems apparent that you just install <script src="https://cdn.plaid.com/link/v2/stable/link-initialize.js"></script> in the body of the index.html and you're ready to go with the Plaid object available everywhere in the project. When I do this in my Ionic 2 project and try to call Plaid I get the message: "Cannot find name 'Plaid'". My index.html: <head> <meta charset="UTF