We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c6798 commit c93c4b1Copy full SHA for c93c4b1
packages/angular/cli/src/commands/mcp/tools/onpush-zoneless-migration/zoneless-migration.ts
@@ -21,7 +21,7 @@ import { sendDebugMessage } from './send-debug-message';
21
import { createSourceFile, getImportSpecifier } from './ts-utils';
22
23
export const ZONELESS_MIGRATION_TOOL = declareTool({
24
- name: 'onpush-zoneless-migration',
+ name: 'onpush_zoneless_migration',
25
title: 'Plan migration to OnPush and/or zoneless',
26
description: `
27
<Purpose>
0 commit comments