Skip to content

Commit 17554c4

Browse files
committed
main - c7cc0be refactor: remove remaining NgClass usages (#32873)
1 parent fc12947 commit 17554c4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h4 id="MatTabGroup" class="docs-header-link docs-api-h4 docs-api-class-name">
257257
<tr class="docs-api-properties-row">
258258
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">
259259
@Input()</div><p class="docs-api-property-name">
260-
<code>animationDuration: <code class="docs-api-property-type">string</code></code>
260+
<code>animationDuration: <code class="docs-api-property-type">MatTabGroupAnimationDuration</code></code>
261261
</p>
262262
</td>
263263
<td class="docs-api-property-description"><p>Duration for the tab animation. Will be normalized to milliseconds if no units are set.</p>

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": "21.3.0-next.0+sha-b4a89d5",
3+
"version": "21.3.0-next.0+sha-c7cc0be",
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/aria": "21.3.0-next.0+sha-b4a89d5",
259-
"@angular/cdk": "21.3.0-next.0+sha-b4a89d5",
260-
"@angular/cdk-experimental": "21.3.0-next.0+sha-b4a89d5",
258+
"@angular/aria": "21.3.0-next.0+sha-c7cc0be",
259+
"@angular/cdk": "21.3.0-next.0+sha-c7cc0be",
260+
"@angular/cdk-experimental": "21.3.0-next.0+sha-c7cc0be",
261261
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
262262
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
263-
"@angular/material": "21.3.0-next.0+sha-b4a89d5",
264-
"@angular/material-experimental": "21.3.0-next.0+sha-b4a89d5",
265-
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-b4a89d5",
266-
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-b4a89d5"
263+
"@angular/material": "21.3.0-next.0+sha-c7cc0be",
264+
"@angular/material-experimental": "21.3.0-next.0+sha-c7cc0be",
265+
"@angular/material-luxon-adapter": "21.3.0-next.0+sha-c7cc0be",
266+
"@angular/material-date-fns-adapter": "21.3.0-next.0+sha-c7cc0be"
267267
},
268268
"devDependencies": {
269269
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)