Skip to content

Commit 444a9dd

Browse files
committed
docs: update README
1 parent 7f14ade commit 444a9dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,10 @@ $custom-typography: mat.mat-typography-config(
183183
};
184184
```
185185
186-
## Updating to Angular v15
187-
Angular Material v15 introduces MDC based components, which is basically a re-write for a lot of the available components. With `angular-material-css-vars` to v5+, only MDC components are supported.
186+
## Legacy components support
187+
Angular Material v15 introduces MDC based components, which is basically a re-write for a lot of the available components. `angular-material-css-vars` v5+ only supports MDC components.
188+
189+
In case you are still using the legacy components, you can use the package [angular-material-css-vars-legacy](https://github.com/json-derulo/angular-material-css-vars-legacy).
188190
189191
## upgrading to angular v12
190192
Angular material v12 interoduces some big changes, which leaves you with two options when upgrading to ng12: You can either stay at angular material v11 and angular-material-css-vars v1.2.0 or you can use v2+ which thanks to @pedrojrivera adds full support for the new version.

0 commit comments

Comments
 (0)