angular-tree-component icon indicating copy to clipboard operation
angular-tree-component copied to clipboard

A simple yet powerful tree component for Angular (>=2)

Results 113 angular-tree-component issues
Sort by recently updated
recently updated
newest added

identify impacted function as `getNodeBy` ## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/CirclonGroup/angular-tree-component/blob/master/CONTRIBUTING.md#commit-message-guidelines - [N/A] Tests for...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/CirclonGroup/angular-tree-component/blob/master/CONTRIBUTING.md#commit-message-guidelines - [x] Tests for the changes have been added...

## Minimal reproduction of the bug/regression with instructions: Use the following StackBlitz to create a reproduction: https://stackblitz.com/edit/angular-ivy-c7g6sm ## Expected behavior: Expander should disappear since there are no more children ##...

Hi, I know there are ALOT of posts related to this issue but I still didn't find a proper answer for this problem. I'm using this (GREAT ! ) module...

Performance

## Minimal reproduction of the bug/regression with instructions: When moving mouse over node in drag mode sometimes `dragleave` fires (and it is followed by immediate 'dragover' again) which is causing...

## Describe any alternatives/workarounds you're currently using ## Other information: ## If accepted, I would be willing to submit a PR for this feature [ ] Yes (Assistance will be...

## Other information: If you follow [this](https://angular2-tree.readme.io/docs/styling#branch-lines) documentation to introduce branch lines the before pseudo selector is clickable even though it's outside of the wrapper. Here's a [Stack Blitz](https://stackblitz.com/edit/before-psuedo-selector-issue?file=src/app/app.component.css) that...

I need to limit the width of the angular-tree-component - this results in some nodes having text bigger than the width. I'm truncating this text but would like it to...

I try to execute a function for all nodes in the tree and tried using the [doForAll](https://github.com/CirclonGroup/angular-tree-component/blob/19b58abe33dcbddbcba80c80ed26babfb7d43a16/projects/angular-tree-component/src/lib/models/tree.model.ts#L242) tree model function. I was surprised to learn that the corresponding [method](https://github.com/CirclonGroup/angular-tree-component/blob/19b58abe33dcbddbcba80c80ed26babfb7d43a16/projects/angular-tree-component/src/lib/models/tree-node.model.ts#L239) on...

## Describe any alternatives/workarounds you're currently using Currently as we need to support drag and drop on the tree on mobile devices, suggested polyfill (and others we have found so...