import * as alosaur from "https://deno.land/x/alosaur@v0.30.0/src/injection/providers/index.ts";
Interfaces
Provide a dependency using a factory. Unlike the other providers, this does not support instance caching. If you need instance caching, your factory method must implement it. | |