mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(compiler-cli): follow-up typo fixes for typecheck utilities (#53808)
Follow-up for the inital signal inputs PR, fixing a typo that was made. PR Close #53808
This commit is contained in:
parent
eba017f8c7
commit
81379ef52c
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ function getTemplateId(
|
|||
|
||||
/**
|
||||
* Ensure imports for certain external modules that should always
|
||||
* exist are generated. These are ensures to exist to avoid frequent
|
||||
* exist are generated. These are ensured to exist to avoid frequent
|
||||
* import graph changes whenever e.g. a signal input is introduced in user code.
|
||||
*/
|
||||
export function ensureTypeCheckFilePreparationImports(env: ReferenceEmitEnvironment): void {
|
||||
|
|
|
|||
Loading…
Reference in a new issue