Can you implement a widget that uses a <script> tag in Angular2?
问题 We have an existing widget using <script> tags that we wrote, for third party customers to add to their site. When added, it generates all the HTML, forms, etc for the widget. We did this to avoid all the hassles of iframes. From my understanding, Angular2 does not allow <script> tags in a template? I assume their are many widgets that work the way ours do? Is there some way to do this in Angular2? Or did we miss the mark and there is a better way entirely (iframe?) to do a similar function?