We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Melding in browser console: "dynamic-federation.ts:41 Unsatisfied version 19.0.0 from of shared singleton module @ngrx/store (required ^18.1.0)"
in webpack.config.js "requiredVersion: 'auto'" toevoegen in de share-sectie
'@ngx-translate/core': { singleton: true}, '@ngrx/store': { singleton: true, requiredVersion: 'auto' }, ...sharedMappings.getDescriptors()
Update package.json
"@ngrx/store": "^19.0.0",
There was an error while loading. Please reload this page.