Inside this documentation
folder, each folder that you'll find corresponds to a specific concern of our source code that needs to be addressed.
Here's a simple explanation of the folders:
Folder | Description |
---|---|
container | Here you can find an explanation about our dependency injection container xContainer . |
decorators | Here you can find an explanation about our decorators @Injectable and @Inject . |
lifetime | Here you can find an explanation about the lifetime of the dependencies: Singleton and Transient . |