ng-orgchart icon indicating copy to clipboard operation
ng-orgchart copied to clipboard

Cannot find module 'ng-orgchart'

Open suvinmanoj opened this issue 5 years ago • 4 comments

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 ?

suvinmanoj avatar Aug 08 '20 15:08 suvinmanoj

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:

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

suvinmanoj avatar Aug 08 '20 15:08 suvinmanoj

@suvinmanoj are you solve this issue ??

kmsharjas avatar May 20 '21 21:05 kmsharjas

Same error, but I resolved after install orgchart on my project npm i orgchart

M-Blobby avatar Jun 07 '21 14:06 M-Blobby

same... are you solve?

iStImetOgAme avatar Aug 26 '21 12:08 iStImetOgAme