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

Property 'options' is missing in type 'ITreeOptions' but required in type 'TreeOptions'. #799

Closed GoceBogdanovski closed 4 years ago

GoceBogdanovski commented 4 years ago

PLEASE READ CAREFULLY!

Reproduce

You will receive this error:

<tree-root [nodes]="nodes" [options]="options">

Now exit the project with ctrl + c and make changes to tsconfig.json "angularCompilerOptions": { "fullTemplateTypeCheck": false, "strictInjectionParameters": false, "strictTemplates": false }

The error is gone.

KeithGillette commented 4 years ago

Duplicate of #795.