Skip to content

Commit 5d318d7

Browse files
committed
main - 625082c refactor(multiple): re-add missing feedback (#29803)
1 parent 1c02a14 commit 5d318d7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
257257
<table class="docs-api-method-table">
258258
<thead>
259259
<tr class="docs-api-method-name-row">
260-
<th colspan="2" class="docs-api-method-name-cell">addMilliseconds
260+
<th colspan="2" class="docs-api-method-name-cell">addSeconds
261261
</th>
262262
</tr>
263263
</thead><thead>
@@ -2706,12 +2706,12 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
27062706
<table class="docs-api-method-table">
27072707
<thead>
27082708
<tr class="docs-api-method-name-row">
2709-
<th colspan="2" class="docs-api-method-name-cell">addMilliseconds
2709+
<th colspan="2" class="docs-api-method-name-cell">addSeconds
27102710
</th>
27112711
</tr>
27122712
</thead><tr class="docs-api-method-description-row">
27132713
<td colspan="2" class="docs-api-method-description-cell">
2714-
<p>Adds an amount of milliseconds to the specified date.</p>
2714+
<p>Adds an amount of seconds to the specified date.</p>
27152715

27162716
</td>
27172717
</tr><thead>
@@ -2728,7 +2728,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
27282728
</td>
27292729
<td class="docs-api-method-parameter-description-cell">
27302730
<p class="docs-api-method-parameter-description">
2731-
<p>Date to which to add the milliseconds.</p>
2731+
<p>Date to which to add the seconds.</p>
27322732

27332733
</p>
27342734
</td>
@@ -2742,7 +2742,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
27422742
</td>
27432743
<td class="docs-api-method-parameter-description-cell">
27442744
<p class="docs-api-method-parameter-description">
2745-
<p>Amount of milliseconds to add to the date.</p>
2745+
<p>Amount of seconds to add to the date.</p>
27462746

27472747
</p>
27482748
</td>

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": "19.0.0-next.6+sha-6a8c73d",
3+
"version": "19.0.0-next.6+sha-625082c",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/cdk": "19.0.0-next.6+sha-6a8c73d",
259-
"@angular/cdk-experimental": "19.0.0-next.6+sha-6a8c73d",
258+
"@angular/cdk": "19.0.0-next.6+sha-625082c",
259+
"@angular/cdk-experimental": "19.0.0-next.6+sha-625082c",
260260
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
261261
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
262-
"@angular/material": "19.0.0-next.6+sha-6a8c73d",
263-
"@angular/material-experimental": "19.0.0-next.6+sha-6a8c73d",
264-
"@angular/material-moment-adapter": "19.0.0-next.6+sha-6a8c73d",
265-
"@angular/material-luxon-adapter": "19.0.0-next.6+sha-6a8c73d",
266-
"@angular/material-date-fns-adapter": "19.0.0-next.6+sha-6a8c73d"
262+
"@angular/material": "19.0.0-next.6+sha-625082c",
263+
"@angular/material-experimental": "19.0.0-next.6+sha-625082c",
264+
"@angular/material-moment-adapter": "19.0.0-next.6+sha-625082c",
265+
"@angular/material-luxon-adapter": "19.0.0-next.6+sha-625082c",
266+
"@angular/material-date-fns-adapter": "19.0.0-next.6+sha-625082c"
267267
},
268268
"dependencies": {
269269
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)