plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

Can't figure out how to import packages (AngularJS eg.) #500

Open grapevinegizmos opened 4 years ago

grapevinegizmos commented 4 years ago

I've tried the new version just to get a simple tesst up and running, but can't figure out how to do it.

I did shift-command-p, searched for AngularJs (It finds somethingthat says: ` ``` angularjs 0.0.1 Browerify angularjs shim



I don't know what actual version of AngularJS that is supposed to be (I was expecting something like >1.5, , but when select add it to head tag and press "import", nothing seems to happen.  I see an entry in package json for version0.0.1 of AngularJS, but no script tag added in the head, and angular is unrecognized, although some entry is made in package.json, but if I am supposed to install via npm (which I don't want to, I'd just like the script tags inserted easily) its not clear how to do that either..  

Thanks.