mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[MNT-21386] move settings to a separate project (#1676)
* move settings to a separate project * rework theming
This commit is contained in:
@@ -39,6 +39,7 @@ import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { EffectsModule } from '@ngrx/effects';
|
||||
import { StoreModule } from '@ngrx/store';
|
||||
import { provideMockStore } from '@ngrx/store/testing';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
export const initialState = {
|
||||
app: {
|
||||
@@ -78,6 +79,7 @@ export const initialState = {
|
||||
@NgModule({
|
||||
imports: [
|
||||
NoopAnimationsModule,
|
||||
CommonModule,
|
||||
HttpClientModule,
|
||||
RouterTestingModule,
|
||||
StoreModule,
|
||||
|
Reference in New Issue
Block a user