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

Cosmetic changes #870

Closed joseAndresGomezTovar closed 3 years ago

joseAndresGomezTovar commented 3 years ago

error NG8001, error NG8002, error TS2339 ...

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Closes #

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

tobiasengelhardt commented 3 years ago

Changing the imports from angular-tree-component to @circlon/angular-tree-component in the example app does not work. The tree component is not a dependency, so it's not inside the node_modules. The concept is to build the tree component and use the build version in the dist folder to run/test/develop the example and doc apps against. The reference works because the path to the dist folder is declared in the tsconfig.base.json. To make this change you have to change the tsconfig.base.json path to the dist folder to include the @circlon.

joseAndresGomezTovar commented 3 years ago

ty