Impor LoDash Issue Angular

npm install lodash --save
npm install @types/lodash --save-dev
import * as _ from "lodash";
Magnificent Manatee