AndreEllrich

Results 19 issues of AndreEllrich

[text]="variable" in those 3 instaces we are using strings. So we dont property bind. ## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ]...

``` export interface MyTreeItem extends TreeItem { tooltip: string; context: string; } export class MyTreeviewItem extends TreeviewItem { tooltip: string; context: string; constructor(extItem: MyTreeItem) { super(extItem as unknown as TreeItem);...

Is it possible to have the parent node expanded on the INITIAL FIRST RENDER when at least one child is checked. so something like this: ``` > [] notChildrenChecked v...

First of all. Thank you for ngx-treeview

when [1] + [2] are selected [1] + [2] should be the placeholder not only [2]

hacktoberfest

**Describe the bug** Seems not to work if we have a nested library. Could fix it easily by changing the import path inside my library, in file `jest-config.js` ``` from...

https://www.rxjs-fruits.com/take take will complete and therefore unsubscribe => belt should stop moving then. I believe same is true with `from` ? :/

I wrote a directive that makes it more convinient to use this component. My Question: Everything seems to work. However: I did not include this piece of code yet: Where...

enhancement

# Problem Solved By The Feature I think it makes sense to be able to only expose the template to ActionDispatchers. https://stackblitz.com/edit/stackblitz-starters-dg5hea?file=src%2Fmain.ts # Solution Is there a way to simplify...