docs(docs-infra): expose VERSION from @angular/upgrade

The missing src was responsible for not exposing the symbols during the doc extraction.

fixes #65916

(cherry picked from commit 81cf319534)
This commit is contained in:
Matthieu Riegler 2025-12-08 15:32:28 +01:00 committed by Alex Rickabaugh
parent 28e7546edc
commit bd4cfc88ef

View file

@ -60,6 +60,7 @@ generate_api_docs(
srcs = [
":files_for_docgen",
"//packages:common_files_and_deps_for_docs",
"//packages/upgrade/src/common:files_for_docgen",
],
entry_point = ":index.ts",
module_name = "@angular/upgrade",