Closed bonejon closed 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.
Ok, so you can make a PR ;)
PR: https://github.com/ghidoz/angular2-jsonapi/pull/24
Thanks! Merged (61450c8)
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.