satanTime
satanTime
The goal is to have possibility to convert entities on all levels.
There may happen cases, when we don't shan't to send a shape as gql query. For example, it's Frontend only selection. This rel should be marked as gqlIgnore flag and...
Along with usage of feature selectors would be great to support root selector factories too. In such a case, the rel selector would simply extract feature selector, I'd selector and...
if the id field hasn't been set, then we should detect its values based on the related entity and populate its value. So ``` parentId: null, parent: { id: 123,...
A possible solution is to use `ApolloLink`: ```ts // gqlHandleResponse is our handler from the library const addDateLink = new ApolloLink((operation, forward) => forward(operation).map(gqlHandleResponse), ); // eslint-disable-next-line unicorn/prefer-spread const link...
Please let me know if I should adjust anything. Thanks in advance!
Hi, If I commit like that: ```text feat(#123): bla bla bla closes #123 ``` then during the release, a record in CHANGELOG is like that: ```text * feat(#123): bla bla...
### Describe the feature or problem you'd like to solve `MockInstance` should update all existing instances of the related class. Inspired by https://github.com/ike18t/ng-mocks/discussions/2621. ### Proposed solution To collect pointers to...
### Describe the feature or problem you'd like to solve https://stackoverflow.com/questions/72182491/angular-unit-test-flush-returns-empty-object
depends on https://github.com/facebook/jest/issues/12678