Search code examples
angularngx-spinner

Angular StaticInjector error in production only


When I try and run the prod build I get this error ERROR NullInjectorError: StaticInjectorError(l)[u -> t]:. When I try ng serve --prod --optimization=false the error becomes ERROR NullInjectorError: StaticInjectorError(AppModule)[NgxSpinnerComponent -> NgxSpinnerService]. I have however added NgXSpinnerModule to imports in my app.module.ts and am not sure what to do at this point. If I use ng serve like normal everything works fine.


Solution

  • Whatever version of ngx spinner you use needs to match your version of angular.