Skip to content

Commit 3c47448

Browse files
JeanMechealxhub
authored andcommitted
docs: Add rxjs-interop and reactivity primitives APIs (angular#50066)
This commit add the APIs of rxjs-interop and reactivity primitives to the online documentation. PR Close angular#50066
1 parent 06452af commit 3c47448

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

aio/tools/transforms/angular-api-package/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module.exports =
102102
'common/upgrade/index.ts',
103103
'core/index.ts',
104104
'core/global/index.ts',
105+
'core/rxjs-interop/index.ts',
105106
'core/testing/index.ts',
106107
'elements/index.ts',
107108
'forms/index.ts',

packages.bzl

+2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ DOCS_ENTRYPOINTS = [
5858
"common/upgrade",
5959
"compiler",
6060
"core",
61+
"core/rxjs-interop",
6162
"core/src/compiler",
6263
"core/src/di/interface",
6364
"core/src/interface",
6465
"core/src/reflection",
66+
"core/src/signals",
6567
"core/src/util",
6668
"core/testing",
6769
"elements",

packages/core/src/signals/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ filegroup(
2929
name = "files_for_docgen",
3030
srcs = glob([
3131
"*.ts",
32+
"src/**/*.ts",
3233
]),
3334
)

0 commit comments

Comments
 (0)