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

Compability with Angular Ivy #3

Open
grzegorzbernat opened this issue Jun 9, 2020 · 2 comments
Open

Compability with Angular Ivy #3

grzegorzbernat opened this issue Jun 9, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@grzegorzbernat
Copy link

I am trying to add this module to app based on Angular 9 (with ivy). I am getting this error:

    ERROR in node_modules/@ngsm/title/lib/title.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 (@ngsm/title) which declares TitleModule 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 TitleModule {
                           ~~~~~~~~~~~
    

Module is imported with: import { TitleModule } from '@ngsm/title';, I am not using @ngsm/i18n

@sebastianmusial sebastianmusial added the bug Something isn't working label Jun 14, 2020
@sebastianmusial
Copy link
Member

@grzegorzbernat I published a new version please check it now.

@grzegorzbernat
Copy link
Author

grzegorzbernat commented Jun 14, 2020

@sebastianmusial Ok, now project is compiling, but there is the same problem as here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants