You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
in angular v 17.3.10, on myModule.module (not app.module), i add this code (locale: GanttI18nLocale.enUs,) to providers but compiler do not know this code and send error.
i add this module:
import { GANTT_GLOBAL_CONFIG, NgxGanttModule } from '@worktile/gantt';
but GanttI18nLocale is not this module member!
can help me ?
The text was updated successfully, but these errors were encountered:
hi
in angular v 17.3.10, on myModule.module (not app.module), i add this code (locale: GanttI18nLocale.enUs,) to providers but compiler do not know this code and send error.
i add this module:
import { GANTT_GLOBAL_CONFIG, NgxGanttModule } from '@worktile/gantt';
but GanttI18nLocale is not this module member!
can help me ?
The text was updated successfully, but these errors were encountered: