platform icon indicating copy to clipboard operation
platform copied to clipboard

Reactive State for Angular

Results 209 platform issues
Sort by recently updated
recently updated
newest added

### Information # Summary NgRx's `createSelector` and `createSelectorFactory()` functions currently do not support developer instrumentation for debugging the performance of a selector. the goal of this RFC is to propose...

enhancement
Project: Store

### Information hi, currently the trace tab displays the message: "To enable tracing action calls, you should set `trace` option to `true` for Redux DevTools enhancer. Refer to [this page](chrome-extension://lmhkpmbekcpmknklioeibfkpmmfibljd/window.html#)...

enhancement
Project: Store Devtools

### Minimal reproduction of the bug/regression with instructions ![image](https://user-images.githubusercontent.com/54478076/182818233-5ea777af-5dc4-424d-82f8-5a9db4761e14.png) ### Minimal reproduction of the bug/regression with instructions 1. install ngrx-eslint-plugin: "@ngrx/eslint-plugin": "^14.0.2", 2. add to eslint config : ```extends: ['plugin:@ngrx/recommended'],```...

bug
Project: ESLint Plugin

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

### Information Add a documentation page explaining `createActionGroup` in NgRx Store and embed the YouTube video about it also. ### Documentation page _No response_ ### I would be willing to...

Project: Store
Comp: Docs
Accepting PRs
community watch

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

15.x

### Information Currently debounce can be used by passing to select `{ debounce: true }`. That means a selector must be either debounced or not. This creates a few problems:...

Project: Component Store

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngrx/platform/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...

### Minimal reproduction of the bug/regression with instructions If a route uses custom title Resolver: ```ts @Injectable({ providedIn: 'root', }) class TestResolver implements Resolve { resolve(): string { return 'Test...

bug
Project: Router Store

### Information Add migration that replaces `ReactiveComponentModule` with `LetModule` and `PushModule` on `ng update`. It should cover the following scenarios: 1. Import/export in Angular module: **Before:** ```ts import { ReactiveComponentModule...

Accepting PRs
community watch
Project: Component
15.x