CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.1k stars 492 forks source link

Error: Can't bind to 'ngIf' since it isn't a known property of 'tree-node-collection' Angular 8 with IVY #784

Closed rajendarg closed 4 years ago

rajendarg commented 4 years ago

Error Can't bind to 'ngIf' since it isn't a known property of 'tree-node-collection'

Using "angular-tree-component": "8.5.2" and "@angular/cdk": "8.2.3", "@angular/common": "8.2.14",

Error: Template error: Can't bind to 'ngIf' since it isn't a known property of 'tree-node-collection'. at createUnknownPropertyError (core.js:12760) at elementPropertyInternal (core.js:12626) at Module.ɵɵproperty (core.js:19774) at TreeComponent_Template (tree.component.js:264) at executeTemplate (core.js:12178) at checkView (core.js:13616) at componentRefresh (core.js:13360) at refreshChildComponents (core.js:11859) at refreshDescendantViews (core.js:11758) at checkView (core.js:13617)

Error: Template error: Can't bind to 'ngIf' since it isn't a known property of 'tree-node-drop-slot'. at createUnknownPropertyError (core.js:12760) at elementPropertyInternal (core.js:12626) at Module.ɵɵproperty (core.js:19774) at TreeComponent_Template (tree.component.js:266) at executeTemplate (core.js:12178) at checkView (core.js:13616) at componentRefresh (core.js:13360) at refreshChildComponents (core.js:11859) at refreshDescendantViews (core.js:11758) at checkView (core.js:13617)

when it is used with IVY compiler in Angular 8 .

jeremy-sanderson commented 4 years ago

I am experiencing the same issue.

adamkleingit commented 4 years ago

Can you please add a git repo URL to reproduce?

Thanks

tobiasengelhardt commented 4 years ago

Closing this issue due to inactivity. Please open a new issue if the problem still exists.