AlisonVilela / ngx-freshdesk-webwidget

MIT License
1 stars 6 forks source link

NgxFreshdeskWebwidgetModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. #3

Open shinde-prasad opened 3 years ago

shinde-prasad commented 3 years ago

_ERROR in nodemodules/ngx-freshdesk-webwidget/ngx-freshdesk-webwidget.module.d.ts:4:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

This likely means that the library (ngx-freshdesk-webwidget) which declares NgxFreshdeskWebwidgetModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

4 export declare class NgxFreshdeskWebwidgetModule {
shinde-prasad commented 3 years ago

@AlisonVilela expecting your reply.

shinde-prasad commented 3 years ago

2 any help from community is much appreciated.

benjaminmbrown commented 3 years ago

Same thing

IsmailFahmy commented 3 years ago

Hello guys,

I have this issue angular 9 any idea?

ahmedmelhady7 commented 3 years ago

@AlisonVilela can you please assist ?

this issue is happening with me to when I enable Ivy and when I disable it, I received the below error

Error during template compile of 'ngxFreshdeskWebwidgetModule'
  Function calls are not supported in decorators but 'NgxFreshdeskWebwidgetModule' was called.
Unexpected value 'undefined' imported by the module 'DashboardModule
CrackerakiUA commented 3 years ago

I am not using ng-bootstrap and also have the above issue. Using Angular 10

ahmedmelhady7 commented 3 years ago

@CrackerakiUA I ended up using the source code to my codebase and it worked, the problem I believe is with the gulp build used in the package itself.

cuzzea commented 3 years ago

This seems to stil be an issue. For me it fails when building (ng serve works as intended). npm cache or rm node-modules dose not work. Same issue for a clean instalation.

Angular 11

bedojs commented 3 years ago

Any updates? or is there any alternative that works with angular ivy? Any help would be much appreciated, thank you.

bedojs commented 3 years ago

I forked the repo, fixed the errors and published it on github packages https://github.com/estafsar/feshdesk-widget/packages/893554 you can use it untill @AlisonVilela merges the fixes here.

vvavdiya commented 2 years ago

any solutions or workaround to integrate Freshdesk widget

amanyzohair commented 1 year ago

I forked the repo, fixed the errors and published it on github packages https://github.com/estafsar/feshdesk-widget/packages/893554 you can use it untill @AlisonVilela merges the fixes here.

@bedojs It worked for me, thank you so much