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

Angular 8 production build error #43

Open
rajivkr opened this issue Sep 10, 2020 · 2 comments
Open

Angular 8 production build error #43

rajivkr opened this issue Sep 10, 2020 · 2 comments

Comments

@rajivkr
Copy link

rajivkr commented Sep 10, 2020

Getting this error when I am building the app for production on angular 8. Seems to be working fine on ng serve
image
Any help on this. TIA

@VirendraMaheta7
Copy link

I'm also facing same error

@Rlcolli4
Copy link

Rlcolli4 commented Dec 28, 2021

What version are you running in your application? If you've provided the module correctly in your application and have the right version number (we used version 8.1.0 in our Angular 8 Application) then this error shouldn't occur.

import { DeferLoadModule } from '@trademe/ng-defer-load';
...

@NgModule({
  declarations: [
   ...
  ],
  imports: [
    DeferLoadModule,
    CommonModule,
    ...
  ],
  providers: [...],
})
export class SharedModule { }

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

3 participants