Skip to content

Commit 1a2d370

Browse files
committed
docs: add schematics link (#415)
1 parent 7622d9b commit 1a2d370

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/shared/guide-items/guide-items.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ const GUIDES = [
1212
name: 'Getting started',
1313
document: '/assets/documents/guides/material-getting-started.html',
1414
},
15+
{
16+
id: 'schematics',
17+
name: 'Schematics',
18+
document: '/assets/documents/guides/schematics.html'
19+
},
1520
{
1621
id: 'theming',
1722
name: 'Theming Angular Material',

0 commit comments

Comments
 (0)