[MNT-21386] move settings to a separate project (#1676)

* move settings to a separate project

* rework theming
This commit is contained in:
Denys Vuika
2020-09-17 09:33:27 +01:00
committed by GitHub
parent 3db18f7d1d
commit 88e94a4ec9
27 changed files with 428 additions and 143 deletions

View File

@@ -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,