Skip to content

Commit

Permalink
refactored product searching [delivers #159556385] (#232)
Browse files Browse the repository at this point in the history
Why?

Layout has some components that need to be hide/shown on basis of some conditions.
To manage that we should have a central state.
Product search page was not using container.
This change addresses the need by:

Adds a layout store to control layout components for specific components/scenarios.
Adds a container to product searching

[delivers #159556385]
  • Loading branch information
pkrawat1 committed Aug 9, 2018
1 parent 4c0a5b8 commit c11ef28
Show file tree
Hide file tree
Showing 25 changed files with 1,446 additions and 15,726 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@
}
}
},
"cli": {},
"cli": {
"defaultCollection": "@ngrx/schematics"
},
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
Expand All @@ -219,4 +221,4 @@
"prefix": "app"
}
}
}
}
Loading

0 comments on commit c11ef28

Please sign in to comment.