Skip to content

Commit 3025e9c

Browse files
committed
docs: add a short redirect for HMR information (angular#61545)
The `https://angular.dev/hmr` URL will now redirect to the HMR information at the longer URL: https://angular.dev/tools/cli/build-system-migration#hot-module-replacement This shorter URL will be used within console messages within the Angular CLI. (cherry picked from commit 7adbb9c)
1 parent 44bb328 commit 3025e9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adev/src/app/routes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ const REDIRECT_ROUTES: Route[] = [
215215
path: 'guide/components/anatomy-of-components',
216216
redirectTo: '/guide/components',
217217
},
218+
{
219+
path: 'hmr',
220+
redirectTo: '/tools/cli/build-system-migration#hot-module-replacement',
221+
},
218222
{
219223
path: 'guide',
220224
children: [

0 commit comments

Comments
 (0)