()
| 308 | } |
| 309 | |
| 310 | public clear() { |
| 311 | this.modules.clear(); |
| 312 | } |
| 313 | |
| 314 | public replace(toReplace: any, options: { scope: any[] | null }) { |
| 315 | this.modules.forEach(moduleRef => moduleRef.replace(toReplace, options)); |
no outgoing calls
no test coverage detected