search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Angular 6 Gantt - Cannot read property 'internal' of undefined

Asked by Siv
5 years ago.

Generated and downloaded project using https://builder.daypilot.org/gantt.

When i use the project, gantt does load and it gives error

TypeError: Cannot read property 'internal' of undefined
at t.updateOptions (daypilot-angular.min.js:32)
at t.ngAfterViewInit (daypilot-angular.min.js:32)
at callProviderLifecycles (core.js:10422)
at callElementProvidersLifecycles (core.js:10396)
at callLifecycleHooksChildrenFirst (core.js:10386)
at checkAndUpdateView (core.js:11324)
at callViewAction (core.js:11556)
at execComponentViewsAction (core.js:11498)
at checkAndUpdateView (core.js:11321)
at callViewAction (core.js:11556)

Answer posted by Dan Letecky [DayPilot]
5 years ago.

You can fix this bug by installing the latest sandbox build:

npm install https://npm.daypilot.org/daypilot-pro-angular/trial/2018.3.3413.tar.gz --save
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.