-
Hi! First of all, I really appreciate this project and it's type-safe DI approach to Typescript. However, while implementing a little demonstration project with a Clean Architecture approach, I could …
-
I decided to give TT a try and it doesn't seem to like Sponge very much.
Sponge just spams the console its loading DIM-1 using 200% or more cpu usage until the server is killed.
-
##### **Overview of the issue**
I wanted to try compodoc's code documentation coverage and it seems that the --coverageTest flag is failing on my machine because of a type error: `TypeError: this…
-
I read through the original discussion of this, and there were lots of good things there. I want to use DCI, and separate my application like Uncle Bob's "lost architecture" talk mentioned (which I've…
-
## The idea
I've been debating for a while if the method of storing application configurations in an injectable class is the best approach. Since the AsyncProvider was added to nestjs it would be pos…
-
http://stackoverflow.com/questions/23940333/angular-service-word-overloaded-rename-one-service-and-another-service-on-angul
As with most, I am trying learn what differentiates the different service p…
-
**Background**
A pregnant girl (aged 12 - 24) is identified and her personal details captured by either a community health worker or a midwife using the mobile application. This allows for referral s…
-
### Documentation Feedback
TLDR; would be nice to document how to provide dialog and snackbar for standalone components.
I don't want to provide MatDialogModule for every standalone component that…
-
On the image below, the `DevToolsModule` and its declaration appears twice on the diagram. @vik-13 would you want to have a look?
-
I want to inject the request body into a bean that is used as a BeanParam in a rest service.
This would be possible, according to https://stackoverflow.com/questions/33373668/inject-securitycontext…