Angular-tree-component: Updated to 1.3.4 getting "Can't bind to 'nodes' error

Created on 18 Oct 2016  Â·  5Comments  Â·  Source: CirclonGroup/angular-tree-component

Updated to 1.3.4 and am now getting

Can't bind to 'nodes' since it isn't a known property of 'Tree'. ("



][nodes]="nodes" [options]="options">


"): CoachingPlannerComponent@11:26
Can't bind to 'options' since it isn't a known property of 'Tree'. ("


][options]="options">


"): CoachingPlannerComponent@11:42
'Tree' is not a known element:

  1. If 'Tree' is an Angular component, then verify that it is part of this module.
  2. If 'Tree' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component to suppress this message.

All 5 comments

Checking...

Same problem of @carmenbranje..
Should I import the TreeComponent inside my app.component?

I had a bad build in 1.3.4.
Can you check with 1.3.5?

On Wed, Oct 19, 2016 at 5:04 PM, saradalco [email protected] wrote:

Same problem of @carmenbranje https://github.com/carmenbranje..
Should I import the TreeComponent inside my app.component?

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/500tech/angular2-tree-component/issues/85#issuecomment-254822509,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA2SStQSvxa27Sc0dxTvuuMxOKgGiPMlks5q1iN9gaJpZM4KZ4j8
.

Check this
https://angular2-tree.readme.io/docs/getting-started

@carmenbranje you should import TreeModule in your app.module and map the library in systemjs.config.js.

Closing this

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CC84 picture CC84  Â·  4Comments

JanSchuermannPH picture JanSchuermannPH  Â·  4Comments

anoop-chauhan picture anoop-chauhan  Â·  3Comments

mmallit picture mmallit  Â·  5Comments

snstarosciak picture snstarosciak  Â·  5Comments