projects
/
examples
/
angular-tour-of-heroes
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4393801
)
WIP:The Counter-Example stores an object as state
author
Kai Moritz
<kai@juplo.de>
Sun, 5 Jul 2020 11:45:48 +0000
(13:45 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 5 Jul 2020 11:45:48 +0000
(13:45 +0200)
src/app/vorgang/vorgang.component.ts
patch
|
blob
|
history
diff --git
a/src/app/vorgang/vorgang.component.ts
b/src/app/vorgang/vorgang.component.ts
index
8324ca0
..
ac50408
100644
(file)
--- a/
src/app/vorgang/vorgang.component.ts
+++ b/
src/app/vorgang/vorgang.component.ts
@@
-1,9
+1,9
@@
import { Component, OnInit } from '@angular/core';
-import { Store, select } from '@ngrx/store';
import { Observable } from 'rxjs';
-import { St
ate } from '../reducers/vorgang
';
+import { St
ore, select } from '@ngrx/store
';
import { increment, decrement, reset } from '../actions/vorgang';
import { map } from 'rxjs/operators';
+import { State } from '../reducers';
@Component({
selector: 'app-vorgang',