Damian Bielecki
Damian Bielecki
```ts const value = of('foo'); const expected = of('foo'); expect(value).toBeObservable(expected); ``` ## Current Behavior VSCode informs that `Argument of type 'Observable' is not assignable to parameter of type 'ObservableWithSubscriptions'` and...
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I would like for dependant tasks to be able to receive overrides. Having configuration like so: ```json...
## Minimal reproduction of the bug with instructions: Animations do not work with smart components. ### Example: **Smart Component** ```html ``` **Dumb Component** ```html ... ``` When using dumb component...
Hello, while writing reducers each action within one store takes the state of the same type as an input. It could be easily omitted by moving the state to the...
Hello, is there a feature that would allow nesting reducers using `NgrxActionModule` `forRoot`/`forFeature`? Example would look like that: ```ts NgrxActionsModule.forRoot({ levelA: { levelB: { myReducer: MyStore } } }) ```...
When working with channels (`preid`) in npm you must pass a `tag` (not to confuse with git tag created to mark release on github) to mark a release in npm....
Related: https://github.com/TypeStrong/dts-bundle/issues/57
### Current Behavior Setting: ``` { "targetDefaults": { "deploy": { "inputs": [{ "env": "STAGE" }] }, "package": { "inputs": ["stage"] }, }, "namedInputs": { "stage": [ { "env": "STAGE" }...
PR to showcase using locally defined plugins in `nx.json` When running: `NX_CACHE_PROJECT_GRAPH=false NX_DAEMON=false npx nx graph` It fails with: ``` Plugin listed in `nx.json` not found: @ns3/nx-core/src/plugin > NX Cannot...