We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef306b commit 7264f3aCopy full SHA for 7264f3a
projects/angular-redux-demo/src/app/app.config.ts
@@ -1,5 +1,5 @@
1
import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core';
2
-import { provideRedux } from 'angular-redux';
+import { provideRedux } from '@reduxjs/angular-redux';
3
import { store } from './store';
4
5
export const appConfig: ApplicationConfig = {
tsconfig.json
@@ -4,7 +4,7 @@
"compileOnSave": false,
"compilerOptions": {
6
"paths": {
7
- "angular-redux": ["./dist/angular-redux"]
+ "@reduxjs/angular-redux": ["./dist/angular-redux"]
8
},
9
"outDir": "./dist/out-tsc",
10
"strict": true,
0 commit comments