Skip to content
Snippets Groups Projects
Commit aa3372a7 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Tests on detail reducer => DONE

parent 69c0012a
No related branches found
No related tags found
2 merge requests!29Develop,!8Resolve "Add tests for instance store module"
......@@ -11,6 +11,11 @@ import { createReducer, on } from '@ngrx/store';
import * as detailActions from '../actions/detail.actions';
/**
* Interface for detail state.
*
* @interface State
*/
export interface State {
object: any;
objectIsLoading: boolean;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment