MCPcopy Create free account
hub / github.com/MikeRyanDev/angular-decorators / IProvider

Interface IProvider

src/index.d.ts:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37export function Filter(name: string): (IFilter) => void;
38
39export interface IProvider{
40 $get: any;
41}
42
43export function Provider(name: string): (IProvider) => void;
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected