Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 707 Bytes

documentation.md

File metadata and controls

14 lines (11 loc) · 707 Bytes

documentation

Structure

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.