mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-14 17:58:21 +00:00
[ACS-9859] replace deprecated APIs and modules
This commit is contained in:
@@ -40,7 +40,6 @@ import {
|
||||
UploadEffects,
|
||||
ViewerEffects
|
||||
} from './effects';
|
||||
import { INITIAL_STATE } from './initial-state';
|
||||
import { SearchAiEffects } from './effects/search-ai.effects';
|
||||
|
||||
@NgModule({
|
||||
@@ -48,7 +47,6 @@ import { SearchAiEffects } from './effects/search-ai.effects';
|
||||
provideStore(
|
||||
{ app: appReducer },
|
||||
{
|
||||
initialState: INITIAL_STATE,
|
||||
runtimeChecks: {
|
||||
strictStateImmutability: false,
|
||||
strictActionImmutability: false
|
||||
|
@@ -47,7 +47,6 @@ import { provideRouter } from '@angular/router';
|
||||
provideStore(
|
||||
{ app: appReducer },
|
||||
{
|
||||
initialState: INITIAL_STATE,
|
||||
runtimeChecks: {
|
||||
strictStateImmutability: false,
|
||||
strictActionImmutability: false
|
||||
|
Reference in New Issue
Block a user