Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Angular Template Angular Template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IzeniIzeni
  • Angular TemplateAngular Template
  • Wiki
  • data store

data store · Changes

Page history
jlewis created page: testing authored May 03, 2017 by Joe Lewis's avatar Joe Lewis
Hide whitespace changes
Inline Side-by-side
data-store.md
View page @ a7e8dd64
## Data Stores
## DATA STORE OF THE FUTURE
### NGRX Store.
- We need to figure out multi model data store with ngrx
- We want this store based on redux because the Angular Team is working on/ officially supporting it
## Present Data Store
A [redux](http://redux.js.org/)-style store is set up for each model, using [RxJS](http://rudiyardley.com/redux-single-line-of-code-rxjs/). Each store is constructed with some basic configuration, e.g.:
```javascript
// models.ts
......
Clone repository
  • angular
  • cookbook forms
  • cookbook routing
  • data store
  • gotchas
  • Home
  • modals
  • sass with bem
  • toolbox
  • typescript
  • webpack