We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83262dc commit 41b7ec4Copy full SHA for 41b7ec4
packages/core/schematics/ng-generate/standalone-migration/index.ts
@@ -59,7 +59,7 @@ export default function(options: Options): Rule {
59
context.logger.info('🎉 Automated migration step has finished! 🎉');
60
context.logger.info(
61
'IMPORTANT! Please verify manually that your application builds and behaves as expected.');
62
- // TODO(crisbeto): log a link to the guide once it's published
+ context.logger.info(`See https://angular.io/guide/standalone-migration for more information.`);
63
};
64
}
65
0 commit comments