Charles
Charles
```ts test('joinWith', async () => { // Condition1: Self-Reference Entity class MyEntity { id: number & PrimaryKey & AutoIncrement = 0; ref?: MyEntity & Reference; refs?: MyEntity[] & BackReference; }...
### Which @angular/* package(s) are relevant/related to the feature request? animations, core ### Description Currently, as `ngOnDestroy` is called before the removal animation of a component, a lot of fantastic...
### Feature Description Currently, when closing a dialog, the corresponding overlay is immediately disposed (L106): https://github.com/angular/components/blob/e3eef47f80a7c1dda4b538128fed7f530f7cdff1/src/cdk/dialog/dialog-ref.ts#L99-L113 And when disposing an overlay, the host `` element of the overlay is immediately...
> @TheNightmareX The one thing I wish I could of done but couldn't see a path to implement was get the `@SoftDeletable` decorator to throw an error if the subscriber...
### Which @ngneat/elf-* package(s) are the source of the bug? entities ### Is this a regression? No ### Description When upserting an array of entities, where some entities do not...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/effects/blob/master/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/effects/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/ngneat/effects/blob/master/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
The `inject()` function enables superb DI-based composability. I understand that this library is from an ancient version of Angular, but I do wonder if by any chance it can support...