mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
committed by
Alex Rickabaugh
parent
28e7546edc
commit
bd4cfc88ef
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user