Reputation: 695
I am trying to load loadash in plunker and Angular2
I putting
import * as _ from "lodash";
but don't know what I should write in System.config so that it works.
Could someone please help? https://plnkr.co/edit/gsfr1v?p=preview
Upvotes: 3
Views: 392
Reputation: 3
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.js"></script>
This script reference worked for me.
Upvotes: 0