[ ] Bug report [x] Feature request [ ] Support request => Please do not submit a support request here, please ask on https://stackoverflow.com/
How far away are you from update to the last version of RxJS 6.0.0.
This will affect other modules, like angular-draggable-droppable;
Angular: 6.0.0
Thank you;
Once angular / rxjs 6 are all out of release candidate I will do a mass upgrade of all my packages. In the meantime you can just use the rxjs-compat package for rxjs v5 compatibility.
I imagine you talk about the same here for this error: Prerendering failed because of error: Error: Cannot find module "rxjs/operators/map"
even though I still don麓t know how to fix it by using rxjs-compat, I included it in packajes.json but further do not know what else I can do
The rxjs-compact works for me.. i will use it until you do the upgrade..
You have here a nice component, thank you..
Hi,
Just tried to run my project, these are the related errors:
node_modules/angular-calendar/modules/day/calendar-day-view.component.d.ts(3,10): error TS2305: Module '"my-project/node_modules/rxjs/Subject"' has no exported member 'Subject'.
node_modules/angular-calendar/modules/day/calendar-day-view.component.d.ts(4,10): error TS2305: Module '"my-project/node_modules/rxjs/Subscription"' has no exported member 'Subscription'.
node_modules/angular-calendar/modules/month/calendar-month-view.component.d.ts(3,10): error TS2305: Module '"my-project/node_modules/rxjs/Subject"' has no exported member 'Subject'.
node_modules/angular-calendar/modules/month/calendar-month-view.component.d.ts(4,10): error TS2305: Module '"my-project/node_modules/rxjs/Subscription"' has no exported member 'Subscription'.
node_modules/angular-calendar/modules/week/calendar-week-view.component.d.ts(2,10): error TS2305: Module '"my-project/node_modules/rxjs/Subject"' has no exported member 'Subject'.
node_modules/angular-calendar/modules/week/calendar-week-view.component.d.ts(3,10): error TS2305: Module '"my-project/node_modules/rxjs/Subscription"' has no exported member 'Subscription'.
"angular-calendar": "0.24.0",
"@angular/*": "6.0.0",
"rxjs": "^6.1.0",
"typescript": "2.7.2"
angular 6 is released
Hey.. any update on this issue?
interested as well
Hey folks, sorry about the late reply on this, I've been quite busy with real life lately 馃槃
I have just pushed a beta supporting angular 6 and not requiring rxjs-compat which you can try out now with:
npm i angular-calendar@beta
Once the issues mentioned in https://github.com/mattlewis92/angular-calendar/pull/526 PR are fixed I'll take it out of beta. Any problems please give me a shout 馃憤
@mattlewis92 awesome! Thanks for the update
Hi @mattlewis92
Thank you for your work.
Unfortunately, I have an error with calendar-utils has no exported member WeekViewEvent. And when I try to get your angular-calendar@beta, I get this error.
npm i angular-calendar@beta
npm ERR! code ETARGET
npm ERR! notarget No matching version found for angular-calendar@beta
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
@angular/cli => 7.2.4
@angular/core => 7.2.5
@eugenioghio that dist tag is from a while ago and was deleted, just install the latest version
Most helpful comment
Hey folks, sorry about the late reply on this, I've been quite busy with real life lately 馃槃
I have just pushed a beta supporting angular 6 and not requiring rxjs-compat which you can try out now with:
Once the issues mentioned in https://github.com/mattlewis92/angular-calendar/pull/526 PR are fixed I'll take it out of beta. Any problems please give me a shout 馃憤