ng-orgchart
ng-orgchart copied to clipboard
Cannot find module 'ng-orgchart'
Hi,
Am trying to import that into my ionic angular project
Installed this package : npm i @dabeng/ng-orgchart
Still am getting error; Am i missing anything ?
I found the import syntax:
import { OrgchartModule } from '@dabeng/ng-orgchart';
Now in the browser console, am getting this
'organization-chart' is not a known element:
- If 'organization-chart' is an Angular component, then verify that it is part of this module.
- If 'organization-chart' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
@suvinmanoj are you solve this issue ??
Same error, but I resolved after install orgchart on my project
npm i orgchart
same... are you solve?