You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
I've pipes, services, component and pipes modules in my application that are imported into the app module. I make use of barrels for import but when i run it since ionic RC2 I get this error:
metadata_resolver.js:559Uncaught Error: Invalid provider for the NgModule 'ServiceModule' - only instances of Provider and Type are allowed, got: [[object Object], ?undefined?, ...]
at http://localhost:8100/build/main.js:25207:23
at Array.forEach (native)
at CompileMetadataResolver.getProvidersMetadata (http://localhost:8100/build/main.js:25171:19)
at CompileMetadataResolver.getNgModuleMetadata (http://localhost:8100/build/main.js:24930:58)
at http://localhost:8100/build/main.js:24873:50
at Array.forEach (native)
at CompileMetadataResolver.getNgModuleMetadata (http://localhost:8100/build/main.js:24860:44)
at RuntimeCompiler._compileComponents (http://localhost:8100/build/main.js:40894:47)
at RuntimeCompiler._compileModuleAndComponents (http://localhost:8100/build/main.js:40832:37)
at RuntimeCompiler.compileModuleAsync (http://localhost:8100/build/main.js:40823:21)
Becease it is a private repo I can't share the application.