Skip to content

Commit

Permalink
feat: Add separate guide for M2 specific theming
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed May 16, 2024
1 parent 75031a5 commit 81fec61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/shared/guide-items/guide-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ const GUIDES = [
overview: 'Learn how to migrate your app to the new MDC-based components available in v15.'
},
{
id: 'material-3',
name: 'Using Material 3 Themes (Experimental)',
document: '/docs-content/guides/material-3.html',
overview: 'Learn how to use Material 3 themes in your app.'
}
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.'
},
];

@Injectable({providedIn: 'root'})
Expand Down

0 comments on commit 81fec61

Please sign in to comment.