Skip to content

Commit 468add8

Browse files
committed
main - ede6331 docs(multiple): remove invalid tags from doc strings (#31317)
1 parent 50d8eb6 commit 468add8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs-content/api-docs/cdk-scrolling.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ <h4 id="CdkVirtualScrollable" class="docs-header-link docs-api-h4 docs-api-class
24732473
</a>
24742474
</span>
24752475

2476-
</h4><p class="docs-api-class-description"><p>Extending the {@link CdkScrollable} to be used as scrolling container for virtual scrolling.</p>
2476+
</h4><p class="docs-api-class-description"><p>Extending the <code>CdkScrollable</code> to be used as scrolling container for virtual scrolling.</p>
24772477
</p>
24782478

24792479

docs-content/api-docs/material-datepicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4009,7 +4009,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
40094009
<h4 id="MatDatepickerPanel" class="docs-header-link docs-api-h4 docs-api-interface-name">
40104010
<span header-link="MatDatepickerPanel"></span>
40114011
<code>MatDatepickerPanel</code>
4012-
</h4><p class="docs-api-interface-description"><p>A datepicker that can be attached to a {@link MatDatepickerControl}.</p>
4012+
</h4><p class="docs-api-interface-description"><p>A datepicker that can be attached to a <code>MatDatepickerControl</code>.</p>
40134013
</p><h5 class="docs-api-h5 docs-api-method-header">Properties</h5>
40144014
<table class="docs-api-properties-table">
40154015
<tr class="docs-api-properties-header-row">

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "20.1.0-next.0+sha-8d1860e",
3+
"version": "20.1.0-next.0+sha-ede6331",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "20.1.0-next.0+sha-8d1860e",
263-
"@angular/cdk-experimental": "20.1.0-next.0+sha-8d1860e",
262+
"@angular/cdk": "20.1.0-next.0+sha-ede6331",
263+
"@angular/cdk-experimental": "20.1.0-next.0+sha-ede6331",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.1.0-next.0+sha-8d1860e",
267-
"@angular/material-experimental": "20.1.0-next.0+sha-8d1860e",
268-
"@angular/material-moment-adapter": "20.1.0-next.0+sha-8d1860e",
269-
"@angular/material-luxon-adapter": "20.1.0-next.0+sha-8d1860e",
270-
"@angular/material-date-fns-adapter": "20.1.0-next.0+sha-8d1860e"
266+
"@angular/material": "20.1.0-next.0+sha-ede6331",
267+
"@angular/material-experimental": "20.1.0-next.0+sha-ede6331",
268+
"@angular/material-moment-adapter": "20.1.0-next.0+sha-ede6331",
269+
"@angular/material-luxon-adapter": "20.1.0-next.0+sha-ede6331",
270+
"@angular/material-date-fns-adapter": "20.1.0-next.0+sha-ede6331"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)