-
## Expected Behavior
There should not be any error occurred when `@targetName` be used at constructor
## Current Behavior
` constructor(@inject("IService") @targetName("queueService") ticketQueue…
-
Hello,
There is an issue related to i18n in the project. Initially, it works fine, but when making modifications to the translation files en.ts or es.ts, an error appears in the console:
```
Er…
-
Hi everyone, hi @dcavanagh. Is this project still under maintenance? Last commit was almost a year ago and there are issues and PRs that have been opened without any answer. Many projects are using th…
-
Hey, I have the problem that I can't get the injects working. It always says `Missing required @inject or @multiInject annotation`. Event though I add this annotation it still complains (I don't have …
-
How to inject method parameter
```
@inject()
Class Name {
doSomething(
@inject() test: string
) {
console.log(string);
}
```
imcm7 updated
1 month ago
-
以下内容其实是补漏, 算是对1月份一点工作的总结。
加入了新团队, 初次接触, 粗略的查看了一些项目(nodejs server端), 发现存在[几个](https://github.com/xingyuzhe/blog/issues/5)问题:
对于新成立的团队,存在以上问题可以理解, 本次是讨论和解决第一个问题。
对于集团范围内而言,同种技术存在多种不同规范和框架很正常, …
-
I'm trying to use constructor injection with React.
I'm using "**customize-cra**" and "**react-app-rewire**" to add babel plugins.
- https://github.com/arackaf/customize-cra
- https://github.com/…
-
**Describe the bug**
Once i provision Storybook into a brand new React Native app (via react native cli, **not** expo), add `@babel/plugin-proposal-decorators` to dev dependencies, and provision the …
-
**Problem:** For front end data binding frameworks such as Angular, Knockout, React, etc, making the choice to use typescript results in larger minified output files.
**Proposal:** Add a tsconfig o…
-
![image](https://user-images.githubusercontent.com/9441951/103620059-d0eaa400-4f6d-11eb-9ba0-e10146e84daa.png)
* 实现了双向通信的统一接口,对比 [cyrus-and/chrome-remote-interface](https://github.com/cyrus-and/chr…