We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cf69c commit a429d1bCopy full SHA for a429d1b
material.angular.io/src/app/shared/guide-items/guide-items.ts
@@ -81,11 +81,11 @@ const GUIDES = [
81
overview: 'Learn how to migrate your app to the new MDC-based components available in v15.'
82
},
83
{
84
- id: 'material-3',
85
- name: 'Using Material 3 Themes (Experimental)',
86
- document: '/docs-content/guides/material-3.html',
87
- overview: 'Learn how to use Material 3 themes in your app.'
88
- }
+ id: 'material-2-theming',
+ name: 'Theming Angular Material with Material 2',
+ document: '/docs-content/guides/material-2.html',
+ overview: 'Customize your application with Angular Material\'s theming system.'
+ },
89
];
90
91
@Injectable({providedIn: 'root'})
0 commit comments