David Kudera

Results 9 comments of David Kudera

Hello, do you have some special webpack configuration in your angular project? I'm using this package in angular (versions 8 and 10) without any problems.

Hello, did you include the places library? ```typescript const loader = new Loader('my-api-key', { libraries: ['places'], }); ```

It not possible right now. But feel free to create a PR, I can help with that.

`ColorWheel` behaves in the same way, so maybe `ColorArea` has a bug and should return "No color format applied." when no `color` was assigned.

> Yeah, I'd recommend trying out JSON instead - it's definitely more modern and receiving more general attention. Otherwise if there's enough request for composite mappings I'll do that as...

Npm registry contains even older version https://www.npmjs.com/package/nestedSortable

Sorry, I came across this problem today only because I was helping with one project where they used your package. I just thought that I'll let you know..

Hi, what I do now at my current project, is to copy all foreign files to one directory. Normally I have `vendor`, `bower_components` and `node_modules` directories. The problem is that...