(idx: string)
| 41 | prepareDestinationForModule(moduleLoading: null, metadata: string) {}, |
| 42 | preloadModule(idx: string) {}, |
| 43 | requireModule(idx: string) { |
| 44 | return readModule(idx); |
| 45 | }, |
| 46 | parseModel(response: Response, json) { |
| 47 | return JSON.parse(json, response._fromJSON); |
| 48 | }, |
nothing calls this directly
no test coverage detected