ericxinzhang

Results 4 comments of ericxinzhang

I am facing the exact same problem.

> you can register value in container > > ```ts > const SomeToken:InjectionToken = "MyToken"; > > class Service{ > constructor( > @inject(ServiceA) private dependencyA: ServiceA, > @inject(ServiceA) private dependencyB:...

I am facing the exact same error. I created a function which is used in a pipeline resolver and consuming result produced by the prior function. To test the request...

I am looking for the same feature. My use case is simple: a form with a couple of form fields and `` component. When the form is being submitted I'd...