Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Ivy #22

Open
indieNik opened this issue Apr 23, 2020 · 1 comment
Open

Compatibility with Ivy #22

indieNik opened this issue Apr 23, 2020 · 1 comment

Comments

@indieNik
Copy link

Hi, I am running into issues with this package in Angular 9 using Ivy.
Here is the error when building the project:


ERROR in node_modules/ng-push/index.d.ts:3:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgMod
ule class.

This likely means that the library (ng-push) which declares PushNotificationsModule has not been processed correctly by ngcc, or is not compatibl
e 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.

3 export declare class PushNotificationsModule {
                       
@JerryFZhang
Copy link

This was the only package blocking me from upgrading to Angular 9, I ended up creating https://www.npmjs.com/package/ng-push-ivy for my own use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants