Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ngrx/store issues and pull requests
#466 - fix(readme): replace provideStore with forRoot in README.md
Pull Request -
State: closed - Opened by vikram-raj about 7 years ago
- 1 comment
#465 - How should garbage collection be implemented?
Issue -
State: closed - Opened by mrpmorris over 7 years ago
- 1 comment
#464 - Angular 4 Production Build fails.
Issue -
State: closed - Opened by meinschnaeppchen over 7 years ago
- 1 comment
#463 - What exactly is a slice?
Issue -
State: open - Opened by ocxler over 7 years ago
- 1 comment
#462 - How to handle Ngrx loading when browser back button..it will hit again replacing the state Object
Issue -
State: closed - Opened by Naveenshri over 7 years ago
- 1 comment
#461 - No exported member OpaqueToken
Issue -
State: closed - Opened by ardeshirj over 7 years ago
- 2 comments
#460 - ngx-store memory usage (NOT AN ISSUE)
Issue -
State: closed - Opened by stherrienaspnet over 7 years ago
- 1 comment
#459 - README
Issue -
State: closed - Opened by piq9117 over 7 years ago
- 2 comments
#458 - export generated function as a Reducer (AOT)
Issue -
State: closed - Opened by montella1507 over 7 years ago
#457 - Action dispatch results in multiple complete actions
Issue -
State: closed - Opened by blaur over 7 years ago
- 3 comments
#456 - typo
Pull Request -
State: closed - Opened by GerbenRampaart over 7 years ago
- 1 comment
#455 - Unable to run example project
Issue -
State: closed - Opened by b-mi over 7 years ago
- 3 comments
#454 - Observable value undefined
Issue -
State: closed - Opened by feischml over 7 years ago
- 5 comments
#453 - Compiling error saying ' Types of property 'declarations' are incompatible.'
Issue -
State: closed - Opened by daituzhang over 7 years ago
- 1 comment
#452 - Actions moves back the state of the action that has been resolved
Issue -
State: closed - Opened by criticalbh over 7 years ago
- 1 comment
#451 - Angular CLI Install ngrx - errors
Issue -
State: closed - Opened by feischml over 7 years ago
- 8 comments
#450 - [Error] Generic type 'ActionReducerMap' requires 3 type argument(s)
Issue -
State: closed - Opened by thisisgit over 7 years ago
- 6 comments
#449 - Component with NGRX Dependency Unit Test Issue in Karma
Issue -
State: closed - Opened by lkyashu over 7 years ago
- 1 comment
#448 - please bring back payload to dispatch Action in ngrx 4, please...
Issue -
State: closed - Opened by born2net over 7 years ago
- 2 comments
#447 - ngrx effects error handling when reducer throws error within FailureAction
Issue -
State: closed - Opened by codefactorydevelopment over 7 years ago
- 1 comment
#446 - Fixed rollup global for rxjs operator rxjs/operator/withLatestFrom
Pull Request -
State: closed - Opened by ghost over 7 years ago
#445 - chore(docs): Added banner pointing to latest release
Pull Request -
State: closed - Opened by brandonroberts over 7 years ago
#444 - AOT issue
Issue -
State: closed - Opened by Bretto over 7 years ago
- 5 comments
#443 - Any reason ngrx cannot be used outside Angular
Issue -
State: closed - Opened by pvamshi over 7 years ago
- 2 comments
#442 - 'Uncaught SyntaxError: Unexpected token =' on optional parameter
Issue -
State: closed - Opened by katsuragi545 over 7 years ago
- 8 comments
#441 - ngrx/store not working when loading hardcoded data.
Issue -
State: closed - Opened by katsuragi545 over 7 years ago
- 3 comments
#440 - Type Safety on Reducer Re-Use
Issue -
State: closed - Opened by Renader over 7 years ago
- 2 comments
#439 - chore(deps): Upgraded to TypeScript 2.4.x and RxJS 5.4.x
Pull Request -
State: closed - Opened by brandonroberts over 7 years ago
#438 - Timeline to add V4 to NPM registry
Issue -
State: closed - Opened by ZheyangSong over 7 years ago
- 1 comment
#437 - Problem with assigment after fix in RxJS
Issue -
State: closed - Opened by galuszkak over 7 years ago
- 5 comments
#435 - select fire even when no change to slice state
Issue -
State: closed - Opened by rernens over 7 years ago
- 1 comment
#433 - [Question] Use object to create Effect dynamically?
Issue -
State: closed - Opened by zacol over 7 years ago
- 1 comment
#432 - [HELP] Integrating Apollo GraphQL Client into ngrx store
Issue -
State: closed - Opened by changalberto over 7 years ago
- 5 comments
#431 - AOT: Calling function 'StoreModule' not supported with plain function reducer
Issue -
State: closed - Opened by BrainCrumbz over 7 years ago
- 2 comments
#430 - Turn on noImplicitAny
Pull Request -
State: closed - Opened by Hirse over 7 years ago
- 2 comments
#429 - [Question] Pass data through store or component props
Issue -
State: closed - Opened by bliitzkrieg over 7 years ago
- 6 comments
#428 - [Question] Testing Components with actions
Issue -
State: closed - Opened by hemantjadon over 7 years ago
- 2 comments
#426 - Ngrx store with Reactive Forms Initialisation
Issue -
State: closed - Opened by elamranireda over 7 years ago
- 1 comment
#424 - aot with universal
Issue -
State: closed - Opened by dknitrox over 7 years ago
- 1 comment
#422 - Why ngRx is not included in Angular framework like Angular Universal?
Issue -
State: closed - Opened by changLiuUNSW over 7 years ago
- 4 comments
#421 - How to get HMR using ngrx store ?
Issue -
State: closed - Opened by junimohano over 7 years ago
- 2 comments
#420 - Question about implementing "light" store pattern in angular 1 (not relative to this module)
Issue -
State: closed - Opened by mbret almost 8 years ago
- 3 comments
#419 - Cannot run inside ts-node
Issue -
State: closed - Opened by xban1x almost 8 years ago
- 5 comments
#417 - Dispatcher should be a Subject or effects should use a Hot Observable from the dispatcher
Issue -
State: closed - Opened by TCMiranda almost 8 years ago
- 2 comments
#415 - Allow Symbol as action name
Issue -
State: closed - Opened by govorov almost 8 years ago
- 2 comments
#414 - Reducer to change multiple states
Issue -
State: closed - Opened by cristianqr almost 8 years ago
- 5 comments
#410 - Failing unit test on selector which uses createSelector, can you help?
Issue -
State: closed - Opened by daBishMan almost 8 years ago
- 2 comments
#408 - NgModule Import Error
Issue -
State: closed - Opened by bassrock almost 8 years ago
- 3 comments
#407 - General Question - handle a lot of updates
Issue -
State: closed - Opened by dominikstrasser almost 8 years ago
- 3 comments
#406 - Initial Reducer is causing error in production build with angular-cli
Issue -
State: closed - Opened by fokusferit almost 8 years ago
- 11 comments
#404 - How do I use ngrx with generic effects, actions, and reducers?
Issue -
State: closed - Opened by danielmhair almost 8 years ago
- 2 comments
#398 - Feature request: Changelog file
Issue -
State: closed - Opened by hassanasad almost 8 years ago
- 1 comment
#397 - Another CombineReducers method
Issue -
State: closed - Opened by EddyP23 almost 8 years ago
- 5 comments
#393 - "Components templates" and ngrx/store
Issue -
State: closed - Opened by kevinlllR almost 8 years ago
- 2 comments
#387 - Production build error
Issue -
State: closed - Opened by flauc almost 8 years ago
- 8 comments
#359 - Is there a way to use external store instance?
Issue -
State: closed - Opened by dmnBrest almost 8 years ago
- 2 comments
#355 - Using ngrx store with angular 2 AOT
Issue -
State: closed - Opened by ritox842 almost 8 years ago
- 3 comments
#353 - Handling Large size data inside the Store
Issue -
State: closed - Opened by noynir almost 8 years ago
- 2 comments
#348 - AOT provideStore with initialState problem
Issue -
State: closed - Opened by sebelga almost 8 years ago
- 22 comments
#346 - Contributing file may be out of date, or build doesn't work for linux users?
Issue -
State: closed - Opened by prozacgod almost 8 years ago
- 1 comment
#343 - state snapshot
Issue -
State: closed - Opened by ghetolay almost 8 years ago
- 8 comments
#342 - Default state values not set for reducers when using object shorthand and in AOT compiled context
Issue -
State: closed - Opened by wesleycho almost 8 years ago
- 1 comment
#338 - Type 'Observable<any>' is not assignable to type 'Observable<any>'
Issue -
State: closed - Opened by mikedatsko about 8 years ago
- 10 comments
#337 - Observable of actions that completes interferes with other observables of actions
Issue -
State: closed - Opened by karptonite about 8 years ago
- 1 comment
#331 - Closure Compiler not loving optional pattern used in store utils for G3
Issue -
State: closed - Opened by robwormald about 8 years ago
#321 - Unit tests are broken
Issue -
State: closed - Opened by noelmace about 8 years ago
- 7 comments
#311 - Hot Module Reload state persistence
Issue -
State: closed - Opened by Mark-McCracken about 8 years ago
- 12 comments
#310 - "@State" decorator for selecting state from Store
Issue -
State: closed - Opened by orizens about 8 years ago
- 15 comments
#309 - State observers array items constantly increasing
Issue -
State: closed - Opened by josh-sachs about 8 years ago
- 13 comments
#308 - Lazy Loading of reducers
Issue -
State: closed - Opened by arat3091 about 8 years ago
- 3 comments
#297 - Change Action interface to accept a type parameter of the payload
Issue -
State: closed - Opened by KiaraGrouwstra about 8 years ago
- 10 comments
Labels: enhancement, v3.0.0
#294 - Usage with angular universal
Issue -
State: closed - Opened by D34THWINGS about 8 years ago
- 13 comments
#292 - Store : Using select without subscribe
Issue -
State: closed - Opened by NicolasBouhours about 8 years ago
- 14 comments
Labels: v3.0.0
#291 - Redux Pattern with Navigation / Routing
Issue -
State: closed - Opened by SebastianStehle about 8 years ago
- 4 comments
#290 - How strict is the requirement for immutability?
Issue -
State: closed - Opened by LMFinney about 8 years ago
- 8 comments
#285 - Update CONTRIBUTING.md to reflect recent changes
Issue -
State: closed - Opened by darkmyst about 8 years ago
- 1 comment
Labels: v3.0.0
#281 - RE: ngrx/store in feature module
Issue -
State: closed - Opened by samliaw about 8 years ago
- 5 comments
Labels: enhancement, v3.0.0
#280 - Ngrx/store/init is Fired Twice
Issue -
State: closed - Opened by JimLynchCodes about 8 years ago
- 13 comments
Labels: enhancement, v3.0.0
#279 - Inconsistent state when dispatching an action inside a subscription
Issue -
State: closed - Opened by peterbakonyi05 about 8 years ago
- 10 comments
#278 - Limitations of basic redux pattern with generic, reusable components
Issue -
State: closed - Opened by bfricka about 8 years ago
- 11 comments
#276 - Provide a way to StoreModule.provideStore the same store in two different modules - Singleton
Issue -
State: closed - Opened by monstrege about 8 years ago
- 2 comments
Labels: enhancement, v3.0.0
#274 - Add lazy loading instructions to readme
Issue -
State: closed - Opened by goelinsights about 8 years ago
- 1 comment
Labels: enhancement, v3.0.0
#273 - initialState is not being invoked
Issue -
State: closed - Opened by alan-agius4 over 8 years ago
- 11 comments
#270 - Is NGRX Store compatible with Resolve to ensure data is loaded before a route is activated
Issue -
State: closed - Opened by jculverwell over 8 years ago
- 14 comments
#268 - Store does not dispatch action after an exception
Issue -
State: closed - Opened by twmobius over 8 years ago
- 6 comments
#265 - ngOnInit triggers twice after adding second store
Issue -
State: closed - Opened by minuz over 8 years ago
- 1 comment
#264 - Update docs to include advice when dealing with 3rd party components
Issue -
State: closed - Opened by brian428 over 8 years ago
- 5 comments
#260 - Issue importing with Webpack
Issue -
State: closed - Opened by austbot over 8 years ago
- 2 comments
#259 - How to get type and payload when dispatched?
Issue -
State: closed - Opened by dchacke over 8 years ago
- 6 comments
#257 - Ngrx store with Reactive Forms
Issue -
State: closed - Opened by jculverwell over 8 years ago
- 19 comments
#253 - Add operator select path doesn't seem to be correct
Issue -
State: closed - Opened by alexjoverm over 8 years ago
- 3 comments
#247 - Property does not exist on type typeof app.module.
Issue -
State: closed - Opened by stevek-pro over 8 years ago
- 8 comments
#214 - Added support for nesting in the combineReducers utility method.
Pull Request -
State: open - Opened by KwintenP over 8 years ago
- 6 comments
#211 - Provide multiple reducers from multiple NgModules
Issue -
State: closed - Opened by benneq over 8 years ago
- 24 comments
Labels: enhancement, v3.0.0
#209 - Is it anyway to setState for the root state
Issue -
State: closed - Opened by elaijuh over 8 years ago
- 2 comments
#207 - Dispatching an action in constructor of root component doesn't fire
Issue -
State: closed - Opened by firecube over 8 years ago
- 5 comments
Labels: bug, v3.0.0
#190 - Using combineReducers fails with AoT compilation
Issue -
State: closed - Opened by brandonroberts over 8 years ago
- 27 comments
Labels: bug
#189 - Expand docs to include complex models and memory usage
Issue -
State: closed - Opened by brian428 over 8 years ago
- 9 comments
#128 - Make mocking easier
Issue -
State: closed - Opened by SebastianStehle over 8 years ago
- 26 comments
#98 - AngularJS version
Issue -
State: closed - Opened by dsebastien almost 9 years ago
- 29 comments