(mode: string, path = './')
| 25 | } |
| 26 | |
| 27 | function runMigration(mode: string, path = './') { |
| 28 | return runner.runSchematic('route-lazy-loading', {mode, path}, tree); |
| 29 | } |
| 30 | |
| 31 | function stripWhitespace(content: string) { |
| 32 | return content.replace(/\s+/g, ''); |
no outgoing calls
no test coverage detected
searching dependent graphs…