Gabriel Schuster

Results 6 comments of Gabriel Schuster

@yantakus @kanekotic https://github.com/actra-development/redux-persist-transform-filter-immutable ;-) I was facing the same issue and added a pull request #5 that was closed (for a good reason, btw) so I kind-of forked it.

Try to set it in the resolutions field of package.json, so any dependencies that also require `@ngtools/webpack` use the exact same version.

``Try to set it in the resolutions field of package.json, so any dependencies that also require @ngtools/webpack use the exact same version.`` "resolutions": { "@ngtools/webpack": "7.2.3" }

@gdi2290 as I had the same requirement I implemented the required code today - see my pull request https://github.com/AngularClass/angular2-hmr/pull/34

This message still bugs me - I'm running ng4 (4.2.4 btw) with ng2-vis without any problems so far. Could you please accept the pull request #33, @seveves ? Thanks!

A debounce of zero is already in the code, PR #48 makes use of it by adding `@Input('debounce')` to the form. ```html ``` would debounce form entries by 500 milliseconds.