ngrx store cleanup (#425)

* merge app actions into single file

* rename action containers and cleanup imports

* fix tests

* license headers
This commit is contained in:
Denys Vuika
2018-06-15 21:20:26 +01:00
committed by GitHub
parent 90215350a1
commit 8c7cbd4caf
25 changed files with 543 additions and 113 deletions

View File

@@ -32,9 +32,7 @@ import {
import { ElectronService } from '@ngstack/electron';
import { Store } from '@ngrx/store';
import { AppStore } from './store/states/app.state';
import { SetHeaderColorAction } from './store/actions/header-color.action';
import { SetAppNameAction } from './store/actions/app-name.action';
import { SetLogoPathAction } from './store/actions/logo-path.action';
import { SetHeaderColorAction, SetAppNameAction, SetLogoPathAction } from './store/actions';
@Component({
selector: 'app-root',