(selector: string, component: IComponent)
| 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; |
| 31 | factory(key: Ng1Token, factoryFn: IInjectable): IModule; |
| 32 | value(key: Ng1Token, value: any): IModule; |
no outgoing calls
no test coverage detected