ca591641c7
Currently there are two available migration strategies for the `static-query` schematic. Both have benefits and negatives which depend on what the developer prefers. Since we can't decide which migration strategy is the best for a given project, the developer should be able to select a specific strategy through a simple choice prompt. In order to be able to use prompts in a migration schematic, we need to take advantage of the "inquirer" package which is also used by the CLI schematic prompts (schematic prompts are usually only statically defined in the schema). Additionally the schematic needs to be made "async" because with prompts the schematic can no longer execute synchronously without implementing some logic that blocks the execution. PR Close #29876 |
||
---|---|---|
.. | ||
tslint | ||
typescript | ||
BUILD.bazel | ||
line_mappings.ts | ||
ng_component_template.ts | ||
ng_decorators.ts | ||
parse_html.ts | ||
project_tsconfig_paths.ts | ||
schematics_prompt.ts |