I'm trying to integrate angular-gantt to a current application I follow https://angular-gantt.readthedocs.io/en/latest/get-started/
Installed it like this:
yarn add angular-gantt --save
After I launch my application I get an error like this:
Uncaught Error: Template parse errors:
'gantt-tree' is not a known element: 1. If 'gantt-tree' is an Angular component, then verify that it is part of this module. 2. If 'gantt-tree' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
column-magnet="options.columnMagnet"> [ERROR ->]
I import it like this
// Import your library
import { GanttService, GanttComponent, GanttActivityComponent, GanttFooterComponent,
GanttHeaderComponent } from 'angular-gantt';