akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
839 stars 252 forks source link

Better documentation #252

Open moniuch opened 6 years ago

moniuch commented 6 years ago

When starting to implementing the module in my app I looked at many examples you provide (plnkr, snippets in readme) and couldn't see clear info on:

While the module works really great for me, I find it a real hurdle in my way to have to dig the source code hunting for know-how hints.

jjreisfl commented 6 years ago

@moniuch where you able to use the directive with the async pipe?

I'm having trouble getting it to work :|

Chealer commented 3 years ago

For starters, components like SortableContainer should be documented.

moniuch commented 3 years ago

@Chealer I think the date of last commit (Aug 2018) says a lot about what we could expect from this project.

moniuch commented 3 years ago

@moniuch where you able to use the directive with the async pipe?

I'm having trouble getting it to work :|

@jjreisfl Sorry for a really late reply, but no - I didn't.