Michele Bombardi
Michele Bombardi
@Vinetos No, this issue refers to Android 7.1 too :)
Yes, it would be greatly appreciated!
Is this merged in the master branch?
I need that too
@halilibrahim Thank you very much!
Hi, with version `0.30.1` I run into this issue again. I was able to import `CalendarResizeHelper` and `CalendarDragHelper` in this way: ``` import { CalendarDragHelper } from 'angular-calendar/modules/common/calendar-drag-helper.provider'; import {...
Same issue here with moment! Any workaround?
@m0cs I have `moment`, same version on both project but I still run into this error `moment__WEBPACK_IMPORTED_MODULE_0__ is not a function`
These are my dependencies on main app: ``` "dependencies": { "@angular/animations": "14.2.0", "@angular/cdk": "14.2.0", "@angular/common": "14.2.0", "@angular/compiler": "14.2.0", "@angular/core": "14.2.0", "@angular/forms": "14.2.0", "@angular/localize": "^14.2.0", "@angular/platform-browser": "14.2.0", "@angular/platform-browser-dynamic": "14.2.0", "@angular/platform-server": "14.2.0",...