Skip to content

Conversation

@AdonousTech
Copy link
Contributor

In Angular strict mode, private outboundRequests = {} throws errors during compilation:

  No index signature with a parameter of type 'string' was found on type '{}'.

Making the expected shape of the object explicit fixes the error. This service requires other updates as well to be compliant with strict mode, but this one is a bit tricky.

In  Angular strict mode, `private outboundRequests = {}` throws errors during compilation:

```
  No index signature with a parameter of type 'string' was found on type '{}'.
```
Making the expected shape of the object explicit fixes the error. This service requires other updates as well to be compliant with strict mode, but this one is a bit tricky.
fix (identity service): Update shape of outbound requests property
@AdonousTech AdonousTech requested a review from a team as a code owner August 26, 2021 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants