Skip to content

Commit 930a5e3

Browse files
Jon Ristajrista
authored andcommitted
feat(customers): add customers list components (home)
feat(products): add products feature feat(products): add top products components (home) feat(orders): add orders preview components (home)
1 parent 55bf997 commit 930a5e3

File tree

76 files changed

+9960
-7143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+9960
-7143
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.11.2
1+
10.9

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.11.2
1+
10.9

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ And map your reducer to your state:
548548
import { ActionReducerMap } from '@ngrx/store';
549549

550550
import { customerReducer } from 'state/customer/customer.reducer';
551-
import { IAppState } from './app.interfaces';
551+
import { IAppState } from './app.state';
552552

553553
export const appReducer: ActionReducerMap<IAppState> = {
554554
customer: customerReducer
@@ -565,7 +565,7 @@ import { autoEntityMetaReducer } from 'ngrx-auto-entity';
565565
import { storeFreeze } from 'ngrx-store-freeze';
566566

567567
import { environment } from '../../environments/environment';
568-
import { IAppState } from './app.interfaces';
568+
import { IAppState } from './app.state';
569569

570570
// ...
571571

0 commit comments

Comments
 (0)