MCPcopy Index your code
hub / github.com/angular/angular / runMigration

Function runMigration

packages/core/schematics/test/standalone_routes_spec.ts:27–29  ·  view source on GitHub ↗
(mode: string, path = './')

Source from the content-addressed store, hash-verified

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, '');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…