File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
``` ts
62
62
import ' rxjs/add/operator/do' ;
63
63
import { Injectable } from ' @angular/core' ;
64
- import { Actions } from ' @ngrx/effects' ;
64
+ import { Actions , Effect } from ' @ngrx/effects' ;
65
65
66
66
@Injectable ()
67
67
export class SomeEffectsClass {
81
81
``` ts
82
82
import ' rxjs/add/operator/do' ;
83
83
import { Injectable } from ' @angular/core' ;
84
- import { Actions } from ' @ngrx/effects' ;
84
+ import { Actions , Effect } from ' @ngrx/effects' ;
85
85
86
86
@Injectable ()
87
87
export class SomeEffectsClass {
@@ -136,7 +136,7 @@ Usage:
136
136
import ' rxjs/add/operator/do' ;
137
137
import ' rxjs/add/operator/map' ;
138
138
import { Injectable } from ' @angular/core' ;
139
- import { Actions , toPayload } from ' @ngrx/effects' ;
139
+ import { Actions , Effect , toPayload } from ' @ngrx/effects' ;
140
140
141
141
@Injectable ()
142
142
export class SomeEffectsClass {
You can’t perform that action at this time.
0 commit comments