Skip to content

Instantly share code, notes, and snippets.

@asanchezr
Created October 25, 2017 22:31
Show Gist options
  • Save asanchezr/696f54841894b524641434d9b49bb5f4 to your computer and use it in GitHub Desktop.
Save asanchezr/696f54841894b524641434d9b49bb5f4 to your computer and use it in GitHub Desktop.
Add Lodash to Angular 2+

Commands

Yarn

Install lodash:

> yarn add lodash

Install lodash typings:

> yarn add @types/lodash --dev

NPM

Install lodash:

> npm install lodash --save

Install lodash typings:

> npm install @types/lodash --save-dev
import * as _ from 'lodash';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment