-
Is there a way to hook into the `history` object in a ViewModel so we can navigate programmatically?
I think the only way right now is to do so from a view using the `useHistory()`-hook from the co…
-
how does that compare to existing lib doing that already? just to name few...
https://github.com/microsoft/tsyringe
https://github.com/inversify/InversifyJS
-
**Describe the bug**
The molecule-demo demo is not working correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://dtstack.github.io/molecule/docs/quick-start'
2. npx c…
-
## 🐛 Bug Report
## To Reproduce
Steps to reproduce the behavior:
Here is my class:
```ts
import { container, inject, injectable } from 'tsyringe';
import AppError from '@shared/err…
-
## Feature Request
A helper library that provides abstraction over writing endpoints for common routes. This will be structured in a FP manner, accepting arguments that will be concatenated into the …
-
Was wondering if this awesome package has a place here.
Provides a lightweight solution for dependency injection and other cool service container pattern.
-
Probably use Jasmine with karma?
At first should add test harness and a couple of tests as proof of concept.
(maybe add some incremental coverage measurements)
-
Hello i'm trying to make a repository of an entity, i would like to know how i can get the connection to get the repository
like this :
orm.em.getRepository(xx);
```
import {
RequestConte…
-
**Describe the bug**
I ran into an issue today trying to use `Object.keys(...)` on a service resolved from a `DelayedConstructor` that was registered using the `delay(() => MyService)` helper functio…
-
**Describe the bug**
I'm unable to successfully get a basic example to work in a fresh project.
**To Reproduce**
git clone TypeScript-Babel-Starter
cd TypeScript-Babel-Starter
yarn add @babel/c…