Keith Gillette
Keith Gillette
This URL is broken: (http://angular-meteor.com/server)
**Is your feature request related to a problem? Please describe.** Our project uses [the Reflect polyfill provided in `core-js`](https://github.com/zloirock/core-js#reflect-metadata) since `core-js` provides a range of other useful polyfills. However, when...
identify impacted function as `getNodeBy` ## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/CirclonGroup/angular-tree-component/blob/master/CONTRIBUTING.md#commit-message-guidelines - [N/A] Tests for...
Documentation incorrectly uses generic `subscribe` instead of appropriate `subscribeToState` method ## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines:...
Add & export `ModifierUtility` type for `details` parameter of `Modifier` function to enable use for typing in consuming projects. Presently, the in-line typing prevents import in dependent projects to properly...
**Describe the bug** Release 3.0.0 introduces an undocumented breaking change by moving the import location of types from `apollo-angular/types` to `apollo-angular/build/types` or `apollo-angular/src/types`. **To Reproduce** Update an `[email protected]` project importing...
# Bug report ## Describe the bug Running `tsc` from `[email protected]` with default `skipLibCheck: false` on a project importing `@graphql/[email protected]` and `[email protected]` generates the following error: ``` node_modules/@accounts/graphql-api/node_modules/@graphql-tools/utils/Interfaces.d.ts:3:18 - error...
# Bug report ## Describe the bug `AccountsServer` and `AccountsPassword` are generic classes allowing a `CustomUser` type variable to be passed, presumably to allow for typing extensions to the AccountsJS...
# Bug report ## Describe the bug The [MongoServicePassword.createUser API documentation](https://www.accountsjs.com/docs/api/database-mongo-password/classes/mongoservicepassword/#createuser): 1. Lists `CreateUserServicePassword` as the type for each of that method's parameter properties but the API documentation does not...
Enhancement replacing limited U.S. letter size portrait/landscape orientation parameter with more flexible pageSize parameter, per #56 . Supersedes PR #58, as it was easier to raise a new PR to...