Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f70d2a2

Browse filesBrowse files
danieltre23alxhub
authored andcommitted
refactor(compiler-cli): export ExtendedTemplateCheckerImpl and template checks (#43107)
This commit exports the implementation of `ExtendedTemplateChecker` to generate extended template diagnostics and all the template checks. Refs #42966 PR Close #43107
1 parent 3bbf00f commit f70d2a2
Copy full SHA for f70d2a2

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
  • packages/compiler-cli/src/ngtsc/typecheck/extended
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
9+
export {ExtendedTemplateCheckerImpl} from './src/extended_template_checker';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.