ghidoz / angular2-jsonapi

A lightweight Angular 2 adapter for JSON API
199 stars 123 forks source link

Replace underscore with lodash #21

Closed bonejon closed 8 years ago

bonejon commented 8 years ago

Angular 2 uses lodash internally and here we use underscore. This has the possibility for errors as both libraries try to define window._

I have trialled this change locally and it seems to work without issue.

ghidoz commented 8 years ago

Ok, so you can make a PR ;)

bonejon commented 8 years ago

PR: https://github.com/ghidoz/angular2-jsonapi/pull/24

ghidoz commented 8 years ago

Thanks! Merged (61450c8)