Skip to content

Commit

Permalink
upgrade to NgRx 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jhades committed Jun 20, 2019
1 parent 0d31dfc commit d7403e9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 84 deletions.
14 changes: 0 additions & 14 deletions e2e/app.e2e-spec.ts

This file was deleted.

31 changes: 0 additions & 31 deletions src/app/app.component.spec.ts

This file was deleted.

25 changes: 0 additions & 25 deletions src/app/auth/auth.effects.spec.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/app/auth/auth.reducer.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/auth/auth.reducer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Action, createReducer, on} from '@ngrx/store';
import { createReducer, on} from '@ngrx/store';
import {User} from '../model/user.model';
import {AuthActions} from './action-types';

Expand Down

0 comments on commit d7403e9

Please sign in to comment.