(fn: IInjectable)
| 25 | name: string; |
| 26 | requires: (string | IInjectable)[]; |
| 27 | config(fn: IInjectable): IModule; |
| 28 | directive(selector: string, factory: IInjectable): IModule; |
| 29 | component(selector: string, component: IComponent): IModule; |
| 30 | controller(name: string, type: IInjectable): IModule; |
no outgoing calls
no test coverage detected