Open marinagosson opened 6 years ago
Hi!!
Same problem for me
If you are using PageModule for lazy loading the pages, try to import the CalendarModule only in your page module instead of app module.
I temporally fix this issue adding this on tsconfig.json...
"compilerOptions": { .... "skipLibCheck": true, "noStrictGenericChecks": true, .....
Thanks to vascofernandes. This is the link where I get the temporally solution:
I installed the library, I placed the module in app.ts, I ran the app and this error appeared.