mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
angular cli
This commit is contained in:
@@ -73,3 +73,10 @@ export function keySelector<T>(key: string, selector): MemoizedSelector<AppState
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export const storeModuleConfig = {
|
||||
runtimeChecks: {
|
||||
strictStateImmutability: true,
|
||||
strictActionImmutability: true
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user