Cormac Relf

Results 304 comments of Cormac Relf

Use a fork of dragula and link to a commit on your own repo. This is the kind-of-standard way to incorporate unreleased changes in npm packages. In your `package.json` you...

Extending directives is not generally easy or recommended. The precise set of metadata/hooks that the directive uses is not part of the public API. You have to read the source...

https://github.com/valor-software/ng2-dragula/issues/487#issuecomment-324604012 It should really be in the readme's CSS, but I haven't tested it. Could you do that and then PR the doc change?

I don’t know how to make copySortSource work. There is an example on the demos page that completely replicates its functionality, however. Just use that. (Edit: maybe not, but the...

Not a documentation issue. This is a regular bug that should be fixed. Thanks.

If you use createGroup, please only call it once. From a parent component, for example.

I tried it out by putting `dragula="xxx"` on the 'render children' `` instead, which would be the logical place to put it. Your try on StackBlitz ~~~seems like you don't...

Do 1 and 3. It’s a weird bug, probably not easy. > On 2 Aug 2018, at 17:14, furevor wrote: > > @cormacrelf thank you very much! I want to...

You could probably get around it for now by indirecting the dragula module in another module that loads a fake service in different situations. Not sure but guessing. Knowing angular,...