I'm wondering what I need to do in order to use a vendor's javascript api 
that is specified via a remote URL i.e. 
"https://vendors.website.com/api/ApiName.js";.
I've included it in the head section of my index.html.  Everything works 
fine when I don't use angular2, but when I do I seem to have problems.
It seems that their javascript api uses webpack and is obfuscated because 
again, when I use angular 2, I get a *__webpack_require__.d* is not a 
function, but when I take angular out
of the picture, everything is just dandy. They don't have a Typescript file 
for this either.

Should I make my angular 2 app use webpack instead of System.js?

Thank you for any guidance!


-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to