()
| 190 | * Set the implementation of the module based bootstrap. |
| 191 | */ |
| 192 | export function setModuleBootstrapImpl() { |
| 193 | moduleBootstrapImpl = _moduleDoBootstrap; |
| 194 | } |
| 195 | |
| 196 | function _moduleDoBootstrap( |
| 197 | moduleRef: InternalNgModuleRef<any>, |
no outgoing calls
no test coverage detected
searching dependent graphs…