I started simple Angular 2 app, all working. But when I add import of lodash and try to use it, I get errors and the app stops working, and can\'t figure out what is the pro
Fully working:
Install all thru terminal:
npm install lodash --save tsd install lodash --save
Add paths in index.html
Import lodash at the top of the .ts file
import * as _ from 'lodash'