Skip to content

Commit 2c29265

Browse files
authored
docs: document global typography class prompt (#21113)
add documentation for #17602
1 parent 490b542 commit 2c29265

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

guides/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ The `ng add` command will install Angular Material, the [Component Dev Kit (CDK)
2222

2323
You can choose from [prebuilt material design themes](https://material.angular.io/guide/theming#using-a-pre-built-theme) or set up an extensible [custom theme](https://material.angular.io/guide/theming#defining-a-custom-theme).
2424

25-
2. Set up browser animations for Angular Material:
25+
2. Set up global Angular Material typography styles:
26+
27+
Whether to apply the global [typography](https://material.angular.io/guide/typography) styles to your application.
28+
29+
3. Set up browser animations for Angular Material:
2630

2731
Importing the [`BrowserAnimationsModule`](https://angular.io/api/platform-browser/animations/BrowserAnimationsModule) into your application enables Angular's [animation system](https://angular.io/guide/animations). Declining this will disable most of Angular Material's animations.
2832

0 commit comments

Comments
 (0)