Skip to content

Commit a429d1b

Browse files
committedMay 16, 2024
feat: Add separate guide for M2 specific theming
1 parent 91cf69c commit a429d1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎material.angular.io/src/app/shared/guide-items/guide-items.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ const GUIDES = [
8181
overview: 'Learn how to migrate your app to the new MDC-based components available in v15.'
8282
},
8383
{
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-
}
84+
id: 'material-2-theming',
85+
name: 'Theming Angular Material with Material 2',
86+
document: '/docs-content/guides/material-2.html',
87+
overview: 'Customize your application with Angular Material\'s theming system.'
88+
},
8989
];
9090

9191
@Injectable({providedIn: 'root'})

0 commit comments

Comments
 (0)
Please sign in to comment.