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

https://github.com/CirclonGroup/angular-tree-component/blob/19b58abe33dcbddbcba80c80ed26babfb7d43a16/projects/angular-tree-component/src/lib/models/tree-options.model.ts#L134 `keys` is optional in the `IActionMapping` type but is required here in order to check if `keys[KEYS.RIGHT]` exists.

There is a typo in one of the examples as shown in the image. It should be `ng-template` instead of `template`. ## Other information: ## I would be willing to...

## 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 - [ ] Tests for the changes have been...

Sometimes the tree is completely empty when virtualScroll is activated. After some debugging i found out that `renderedNodesMaxLength` in `tree-virtual-scroll.model.ts` is not an integer but a float. This buggy behaviour...

### **Pull request depends on #942** ## 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...

## 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 ## PR Type What kind of change does this...

getting this error while upgrading to angular V12 ![image](https://user-images.githubusercontent.com/72619617/124448717-5e357680-dda0-11eb-95fa-a8f7b45fbae0.png) ## Minimal reproduction of the bug/regression with instructions: on angular 11.xx version run command `ng update @angular/core@12 @angular/cli@12`

Given a node tree with checkboxes, developers can tell when someone selects the checkbox by listening for the `focus` event. There isn't an event to catch when the user de-selects...

## Describe any alternatives/workarounds you're currently using Currently I'm using `@ViewChild` and vanilla js to scroll container to tree node when it is selected. The scrollable container is initialized together...

## 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...