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

Correct `TreeComponent.options` typing to allow `angularCompilerOptions.strictTemplates: true` #831

Closed KeithGillette closed 4 years ago

KeithGillette commented 4 years ago

Bugfix: Typing correction addressing Issue #795.

tobiasengelhardt commented 4 years ago

Hi @KeithGillette, can you rebase your changes on the current master? We did a few changes to the file structure.

KeithGillette commented 4 years ago

PR rebased. Many thanks for taking over maintenance of this library @tobiasengelhardt!

tobiasengelhardt commented 4 years ago

This will hopefully be released with an angular 9 update this week.

ListeK83 commented 4 years ago

Hi @tobiasengelhardt. Please let me know when its going to be releases ?

tobiasengelhardt commented 4 years ago

@ListeK83 this was released with v9.0.2. Please note that the package name changed from angular-tree-component to @circlon/angular-tree-component. This sadly requires a few path adjustments after the update.