fullCalendar is not a function
See original GitHub issueGetting following runtime error while trying to use ng-fullcalendar
as in repo description:
ERROR TypeError: __WEBPACK_IMPORTED_MODULE_1_jquery___default(...)(...).fullCalendar is not a function
.
I’m using:
- Angular-cli v1.4.4
- Angular v4.4.4
Trying to use CalendarComponent from LazyLoaded module.
Any clues on what can be wrong here? For me it seems, that fullCalendar
wasn’t properly initialized for jQuery, or something similar.
Maybe I’m missing any additional packages?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
FullCalendar TypeError: $(...).fullCalendar is not a function
For anyone coming across this, there was only one solution working for me. I'm using webpack to compile my scripts and nothing was...
Read more >TypeError: $(...).fullCalendar is not a function in jQuery
To solve the "$(...).fullCalendar is not a function" jQuery error, make sure to load the jQuery library before loading the FullCalendar library. The...
Read more >$(...).fullCalendar is not a function - YouTube
jQuery : FullCalendar TypeError: $(...). fullCalendar is not a function [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >Uncaught error Fullcalendar is not a function
I think the issue is full calendar library file is not loading properly on page. Check if file is loaded or not using...
Read more >calendar.fullCalendar is not a function · Issue #6629 - GitHub
fullCalendar( 'changeView', viewName, dateOrRange ). but the browser throws this error: calendar.fullCalendar is not a function.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ng-fullcalendar@1.4.6
@Jamaks yeah
ng-fullcalendar@1.4.6
andfullcalendar@3.6.1
fixes issue. Thanks