Open Geeta-Singh opened 5 years ago
Hello Geeta-Singh! Thank you for asking, can you describe what icon and where you want to add? just simple icons in node item without actions?
Thanks for replying. I want to show user's Display pic (img tag) with profile name as a node
Okay , i think i understand, atm i think no way to solve it BUT now i add this feature in next version. Sorry for not providing it so far.
OK no problem. Great Library!
Thank you, i try make it better. You give me good idea how improve this package. Sorry again.
Could you set up a template html and the possibility of customizing the css directly in the config?
Try to do something like this :
@nicolasdms , okay I will try to implement it.
I wanted to help you implement this feature so I downloaded the project. I build but when I run "npm run start", I have this error "ERROR in multi ./src/styles.css ./dist/ngx-tree-dnd/styles-tree-dnd.css"
Can you help me please
@nicolasdms you need run 'npm install' then 'ng serve' if you want change sometihng in project, you need build lib ( ng build ngx-tree-dnd )
When I run 'npm install' then 'ng server' I have this error : "ERROR in multi ./src/styles.css ./dist/ngx-tree-dnd/styles-tree-dnd.css Module not found: Error: Can't resolve 'D:\Users\nicolasdms\Downloads\ngx-tree-dnd-master (1)\ngx-tree-dnd-master\dist\ngx-tree-dnd\styles-tree-dnd.css' in 'D:\Users\nicolasdms\Downloads\ngx-tree-dnd-master (1)\ngx-tree-dnd-master' i 「wdm」: Failed to compile."
@nicolasdms in file angular.json find styles:
styles: [
'dist/ngx-tree-dnd/styles-tree-dnd.css'
]
and change this line to
'projects/ngx-tree-dnd/src/lib/styles-tree-dnd.css'
Any update on this ??
Is it possible to change the html layout accordingly (want to add icons with node name )