Skip to content

Commit 3e0911b

Browse files
committed
docs: update Angular CDK apis
Updated Angular CDK api files.
1 parent eee8eab commit 3e0911b

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "ca02290ae7e3fae9a1a838d0951485c99ad2ea9b"
3+
"sha": "f6ac1da38b8d3f1f52df5c78162b3303bf82c413"
44
}

adev/src/content/cdk/cdk_testing.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,31 +2889,21 @@
28892889
{
28902890
"name": "param",
28912891
"comment": "Value to be set on the element."
2892-
},
2893-
{
2894-
"name": "breaking-change",
2895-
"comment": "16.0.0 Will become a required method."
28962892
}
28972893
],
2898-
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n * @breaking-change 16.0.0 Will become a required method.\n */"
2894+
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */"
28992895
},
29002896
"entryType": "function",
29012897
"description": "Sets the value of a `contenteditable` element.",
29022898
"jsdocTags": [
29032899
{
29042900
"name": "param",
29052901
"comment": "Value to be set on the element."
2906-
},
2907-
{
2908-
"name": "breaking-change",
2909-
"comment": "16.0.0 Will become a required method."
29102902
}
29112903
],
2912-
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n * @breaking-change 16.0.0 Will become a required method.\n */",
2904+
"rawComment": "/**\n * Sets the value of a `contenteditable` element.\n * @param value Value to be set on the element.\n */",
29132905
"memberType": "method",
2914-
"memberTags": [
2915-
"optional"
2916-
]
2906+
"memberTags": []
29172907
},
29182908
{
29192909
"name": "getAttribute",
@@ -3191,7 +3181,7 @@
31913181
"source": {
31923182
"filePath": "/src/cdk/testing/test-element.ts",
31933183
"startLine": 75,
3194-
"endLine": 181
3184+
"endLine": 180
31953185
}
31963186
},
31973187
{
@@ -4047,8 +4037,8 @@
40474037
"implements": [],
40484038
"source": {
40494039
"filePath": "/src/cdk/testing/test-element.ts",
4050-
"startLine": 186,
4051-
"endLine": 189
4040+
"startLine": 185,
4041+
"endLine": 188
40524042
}
40534043
},
40544044
{

0 commit comments

Comments
 (0)