ngx-treeview
ngx-treeview copied to clipboard
Add non-flat-selection mode
Issue #168 & #145
When all children of a node are checked only the parent node is returned in the selection, this is required in some use cases.
I cloned the code, made the change, tested it, applied to demo project, I kept the current behavior as default and added a boolean to config to control it (flatSelection).

@xwizard102 Great job my friend
Hi is this changed code pushed successfully into source code? I do not see this gihub source code. please would you check once. This is great job and I was searching for this solution. Thanks In Advance!!!
@rammohangowd the pull request is not accepted for merge yet but you can use my fork repo for now: https://github.com/xwizard102/ngx-treeview/tree/non-flat-selection
@xwizard102 Thank you so much for the repo. I tried to download and npm install it gives me below error and lot of warnings missing some files. so unable to run it. Any help to get this run would be great. npm ERR! code E404 npm ERR! 404 Not Found: [email protected]
@rammohangowd this should work for you as it worked for me: https://github.com/ahmadnassri/node-har-validator/issues/113#issuecomment-438106000
in summary: "There is a version mismatch for this package and the npm/yarn repos. The current version is 5.1.2 and it is published under 5.1.3"