Skip to content

Commit 41b7ec4

Browse files
crisbetoAndrewKushnir
authored andcommitted
refactor(migrations): log a link to the standalone migration (#49752)
Resolves an old TODO about adding a link to the standalone migration guide. PR Close #49752
1 parent 83262dc commit 41b7ec4

File tree

1 file changed

+1
-1
lines changed
  • packages/core/schematics/ng-generate/standalone-migration

1 file changed

+1
-1
lines changed

packages/core/schematics/ng-generate/standalone-migration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function(options: Options): Rule {
5959
context.logger.info('🎉 Automated migration step has finished! 🎉');
6060
context.logger.info(
6161
'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
62+
context.logger.info(`See https://angular.io/guide/standalone-migration for more information.`);
6363
};
6464
}
6565

0 commit comments

Comments
 (0)