Skip to content

Commit 75a56b1

Browse files
committed
main - 1efa458 docs: improve styling filters (#32045)
1 parent e273f1b commit 75a56b1

4 files changed

Lines changed: 26 additions & 15 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,22 @@ <h4 id="MatTooltipDefaultOptions" class="docs-header-link docs-api-h4 docs-api-i
326326

327327

328328

329+
<tr class="docs-api-properties-row">
330+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
331+
<code>detectHoverCapability: boolean</code>
332+
</p>
333+
</td>
334+
<td class="docs-api-property-description"><p>Whether the tooltip should use a media query to detect if the device is able to hover.
335+
Note that this may affect tests that run in a headless browser which reports that it&#39;s
336+
unable to hover. In such cases you may need to include an additional timeout, because
337+
the tooltip will fall back to treating the device as a touch screen.</p>
338+
</td>
339+
</tr>
340+
341+
342+
343+
344+
329345
<tr class="docs-api-properties-row">
330346
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
331347
<code>disableTooltipInteractivity: boolean</code>

docs-content/guides/getting-started.md.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ <h2 id="install-angular-material" class="docs-header-link">
88
Install Angular Material
99
</h2>
1010
<p>Add Angular Material to your application by running the following command:</p>
11-
<pre><code class="language-bash">ng add @angular/material</code></pre><p>The <code>ng add</code> command will install Angular Material, the
12-
<a href="https://material.angular.dev/cdk/categories">Component Dev Kit (CDK)</a>,
13-
<a href="https://angular.dev/guide/animations">Angular Animations</a> and ask you the following questions to
14-
determine which features to include:</p>
11+
<pre><code class="language-bash">ng add @angular/material</code></pre><p>The <code>ng add</code> command will install Angular Material, the <a href="https://material.angular.dev/cdk/categories">Component Dev Kit (CDK)</a>, and will ask you the following questions to determine which features to include:</p>
1512
<ol>
1613
<li><p>Choose a prebuilt theme name, or &quot;custom&quot; for a custom theme:</p>
1714
<p>You can choose from <a href="https://material.angular.dev/guide/theming#pre-built-themes">prebuilt material design themes</a> or set up an extensible <a href="https://material.angular.dev/guide/theming#defining-a-theme">custom theme</a>.</p>

docs-content/guides/schematics.md.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ <h2 id="install-schematics" class="docs-header-link">
77
</h2>
88
<p>Schematics are included with both <code>@angular/cdk</code> and <code>@angular/material</code>. Once you install the npm
99
packages, they will be available through the Angular CLI.</p>
10-
<p>Using the command below will install Angular Material, the <a href="https://material.angular.dev/cdk">Component Dev Kit</a> (CDK),
11-
and <a href="https://angular.dev/guide/animations">Angular Animations</a> in your project. Then it will run the
12-
installation schematic.</p>
10+
<p>Using the command below will install Angular Material and the <a href="https://material.angular.dev/cdk">Component Dev Kit</a> (CDK) in your project. Then it will run the installation schematic.</p>
1311
<pre><code class="language-bash">ng add @angular/material</code></pre><p>In case you just want to install the <code>@angular/cdk</code>, there are also schematics for the <a href="https://material.angular.dev/cdk">Component Dev Kit</a></p>
1412
<pre><code class="language-bash">ng add @angular/cdk</code></pre><p>The Angular Material <code>ng add</code> schematic helps you set up an Angular CLI project that uses Material. Running <code>ng add</code> will:</p>
1513
<ul>

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.1.0-next.3+sha-c27b1b4",
3+
"version": "21.1.0-next.3+sha-1efa458",
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/aria": "21.1.0-next.3+sha-c27b1b4",
263-
"@angular/cdk": "21.1.0-next.3+sha-c27b1b4",
264-
"@angular/cdk-experimental": "21.1.0-next.3+sha-c27b1b4",
262+
"@angular/aria": "21.1.0-next.3+sha-1efa458",
263+
"@angular/cdk": "21.1.0-next.3+sha-1efa458",
264+
"@angular/cdk-experimental": "21.1.0-next.3+sha-1efa458",
265265
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
266266
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
267-
"@angular/material": "21.1.0-next.3+sha-c27b1b4",
268-
"@angular/material-experimental": "21.1.0-next.3+sha-c27b1b4",
269-
"@angular/material-luxon-adapter": "21.1.0-next.3+sha-c27b1b4",
270-
"@angular/material-date-fns-adapter": "21.1.0-next.3+sha-c27b1b4"
267+
"@angular/material": "21.1.0-next.3+sha-1efa458",
268+
"@angular/material-experimental": "21.1.0-next.3+sha-1efa458",
269+
"@angular/material-luxon-adapter": "21.1.0-next.3+sha-1efa458",
270+
"@angular/material-date-fns-adapter": "21.1.0-next.3+sha-1efa458"
271271
},
272272
"devDependencies": {
273273
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)