Skip to content

Commit

Permalink
fix(products.module): add missing id property
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed Jan 8, 2020
1 parent 5ae24b5 commit ac9cb56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/store/modules/products/products.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import * as actions from './actions';
import * as reducers from './reducers';
import * as selectors from './selectors';

export { reducers, actions, selectors };
const id = 'products-module';

export { id, reducers, actions, selectors };

0 comments on commit ac9cb56

Please sign in to comment.