mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
28e7546edc
commit
bd4cfc88ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue