(i: IInjectorService)
| 35 | } |
| 36 | |
| 37 | export function parseFactory(i: IInjectorService) { |
| 38 | return i.get('$parse'); |
| 39 | } |
| 40 | |
| 41 | export const angular1Providers = [ |
| 42 | // We must use exported named functions for the ng2 factories to keep the compiler happy: |
no test coverage detected
searching dependent graphs…