Skip to content

Commit

Permalink
refactor(compiler-cli): export ExtendedTemplateCheckerImpl and temp…
Browse files Browse the repository at this point in the history
…late checks (#43107)

This commit exports the implementation of `ExtendedTemplateChecker` to
generate extended template diagnostics and all the template checks.

Refs #42966

PR Close #43107
  • Loading branch information
danieltre23 authored and alxhub committed Aug 19, 2021
1 parent 3bbf00f commit f70d2a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/compiler-cli/src/ngtsc/typecheck/extended/index.ts
@@ -0,0 +1,9 @@
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

export {ExtendedTemplateCheckerImpl} from './src/extended_template_checker';

0 comments on commit f70d2a2

Please sign in to comment.