-
Hey there,
first off: thaaaank you so much for all the work you put into this wonderful project :+1: :smile:
We've started using PHP DI on a large scale application and so far we're really hap…
-
When using third party classes as base-classes for injectable classes, they need to be decorated with `decorate(injectable(), BaseClass)`. This must happen exactly once. So when multiple independent m…
-
Hi, first off I like your library and I find it quite useful, great job!
I have found a small bug, which has a workaround but is quite odd.
When using the library with Espresso tests, mocking me…
-
How should I do to inject into a class which is consumed in two different instances or more, different implementations of an interface?
## Expected Behavior
```ts
const types = {
BasicCarEngin…
-
Hello,
please split the current superclass "ArrowheadService" into different classes relevant to the topic. Currently this class handles all communication and configuration. Methods have long names…
-
```ts
interface IExample {
name: string
}
@Injectable()
class A implements IExample {
public name = 'A'
}
@Injectable()
class B implements IExample {
public name = 'B'
}
@Boots…
-
The Delta.push method has been changed from
```
Delta.prototype.push = function (newOp) {
var index = this.ops.length;
var lastOp = this.ops[index - 1];
newOp = extend(true, {}, newOp);
``…
-
I have next structure:
```
Bloc(
Interactor(
String locationId
)
)
```
I want to call something like `getIt(param1: locationId)`, where locationId will be provided to `Interact…
-
Breeze.Sharp works well with WebApi but there are projects that require other DataServices to Get/Post data. For example, I would like to use a service bus like EasyNetQ, or Azure Service Bus to do a…
ghost updated
10 years ago
-
Please see .
> According to the JSF spec section 5.4.1 “JSF Managed Classes and Java EE Annotations”, there are a bunch of JSF artifacts eligible for injection.
> On MyFaces, all these objects a…