Skip to main content
Module

x/sustain_core/mod.ts>DependencyContainer

A Framework that barely uses dependencies and it is designed especially to make stable and sustainable applications. 📦
Latest
class DependencyContainer
Re-export
import { DependencyContainer } from "https://deno.land/x/sustain_core@0.20.5/mod.ts";

Constructors

new
DependencyContainer()

Properties

container: Container
containerMap: Map<any, any>

Methods

addProvider(provideParams: any)
get(injectedClass: any)
inject(InjectableClass: any)