Skip to main content
Module

x/mandarinets/mod.ts>DI

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Latest
namespace DI
import { DI } from "https://deno.land/x/mandarinets@v2.3.2/mod.ts";

Classes

Includes the instance of DependencyInjectionFactory

Enums

List of all the possible injection types. NOTE INJECTABLE_OBJECT refers to a injection that is not part of Mandarine Components but it has been defined as a component by the user.

Variables

Initializes the DI factory.

Interfaces

Structure of data for requests in order to resolve dependencies.

Structure of injections in methods' arguments.

Type Aliases

Interprets the arguments to return after injection

Infer the arguments of constructor for dependency injection.