You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace injection tokens with symbols and use provider module (#488)
This PR includes two concepts of refactoring.
- Migrate tokens at `@inject()` of inversify with the Symbol instead of
using a string. Using symbols is more robust than string.
- Use
[inversify-binding-decorators](https://github.com/inversify/inversify-binding-decorators)
to bind class instead of binding manually.
0 commit comments