Service
import { Service } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Register a component type Service in the DI Container
@Service() Target: class
const Service: () => Function;
import { Service } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Register a component type Service in the DI Container
@Service() Target: class