Fix QrCodeModule import in REPOSE config
🐜 Bug report
🔧
about: Short explanation The app compiles using the REPOSE configuration, but when opening it I get a white screen and an error message.
What is the expected behaviour?
The app works as usual.
What is the actual behaviour?
main.ts:8 AssertionError: QrCodeModule.constructor: QrCodeModule can only be imported with call to static #provideEntries().
at assert (utils.ts:101:10)
at new ModuleWithEntries (module-with-entries.class.ts:40:9)
at new QrCodeModule (qr-code.module.ts:81:7)
at di.ts:749:17
at Object.QrCodeModule_Factory [as useFactory] (qr-code.module.ts:81:26)
at Object.factory (r3_injector.ts:474:32)
at R3Injector.hydrate (r3_injector.ts:376:29)
at R3Injector.get (r3_injector.ts:259:23)
at injectInjectorOnly (injector_compatibility.ts:64:29)
at ɵɵinject (injector_compatibility.ts:81:58)
Any possible solutions?
Fix the import as described in the error message and ModuleWithEntries