Skip to content

Commit de93b6e

Browse files
dgp1130atscott
authored andcommitted
refactor(compiler-cli): update template typechecking link to latest angular.io version (#44649)
This page exists in the most recent angular.io version (v13 currently), so there's no need to link to an old version. The hash also refers to the title section of the page, which isn't necessary and is now dropped. PR Close #44649
1 parent 21f8d12 commit de93b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-cli/src/ngtsc/core/src/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ One of the following actions is required:
11601160
2. Remove "strictTemplates" or set it to 'false'.
11611161
11621162
More information about the template type checking compiler options can be found in the documentation:
1163-
https://v9.angular.io/guide/template-typecheck#template-type-checking`,
1163+
https://angular.io/guide/template-typecheck`,
11641164
};
11651165
}
11661166

0 commit comments

Comments
 (0)