tanansatpal / ngx-mat-intl-tel-input

MIT License
62 stars 112 forks source link

Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class #83

Open ramAdam opened 3 years ago

ramAdam commented 3 years ago

`RROR in node_modules/ngx-mat-intl-tel-input/lib/ngx-mat-intl-tel-input.module.d.ts:1: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-mat-intl-tel-input/lib/ngx-mat-intl-tel-input.module) which declares NgxMatIntlTelInputModule 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.`

hobojoe commented 11 months ago

Hi @ramAdam , did you manage to fix this issue?

I am running into it on my Angular 13 app.