File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/angular/cli/src/commands/mcp/tools Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export const MODERNIZE_TOOL = declareTool({
135135 '<Use Cases>\n' +
136136 '* After generating new code: Run this tool immediately after creating new Angular components, directives, ' +
137137 'or services to ensure they adhere to modern standards.\n' +
138- '* On existing code: Apply to existing TypeScript files (.ts) and Angular templates (.ng. html) to update ' +
138+ '* On existing code: Apply to existing TypeScript files (.ts) and Angular templates (.html) to update ' +
139139 'them with the latest features, such as the new built-in control flow syntax.\n\n' +
140140 '* When the user asks for a specific transformation: When the transformation list is populated, ' +
141141 'these specific ones will be ran on the inputs.\n' +
You can’t perform that action at this time.
0 commit comments