nekken / ng2-fullcalendar

95 stars 47 forks source link

Angular 4 Issue #41

Open lisbuenas opened 7 years ago

lisbuenas commented 7 years ago

The last release of angular 4 has a running problem "Error: Uncaught (in promise): Error: Unexpected value 'CalendarComponent' declared by the module "

Current Angular Version used on project 4.1.3 and Angular CLI 1.1.0

KrisBraun commented 7 years ago

I don't think this package is using the correct approach by including the component directly rather than importing a module, because it's pulling in a separate dependancy on a specific version of Angular. This package uses proper module imports and works for me: https://github.com/lbertenasco/ap-ng2-fullcalendar