(ng: any)
| 288 | * @publicApi |
| 289 | */ |
| 290 | export function setAngularLib(ng: any): void { |
| 291 | setAngularJSGlobal(ng); |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * @deprecated Use `getAngularJSGlobal` instead. |
nothing calls this directly
no test coverage detected
searching dependent graphs…