Skip to content

Commit 07518e1

Browse files
committedJun 11, 2024
fix: remove MDC migration guide
Removes the MDC migration guide since we've removed the migration in v18.
1 parent d12a8bb commit 07518e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

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

-6
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ const GUIDES = [
7474
document: '/docs-content/guides/duplicate-theming-styles.html',
7575
overview: 'Learn about our new color mixins for Sass that avoid duplicating theming styles.'
7676
},
77-
{
78-
id: 'mdc-migration',
79-
name: 'Migrating to MDC-based Components',
80-
document: '/docs-content/guides/v15-mdc-migration.html',
81-
overview: 'Learn how to migrate your app to the new MDC-based components available in v15.'
82-
},
8377
{
8478
id: 'material-2-theming',
8579
name: 'Theming Angular Material with Material 2',

0 commit comments

Comments
 (0)
Please sign in to comment.