Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 1752a47

Browse files
willshowelljelbourn
authored andcommitted
Add elevation guide to guide-items (#315)
1 parent 0bfdd85 commit 1752a47

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
@@ -42,6 +42,11 @@ const GUIDES = [
4242
name: 'Creating a custom form field control',
4343
document: '/assets/documents/guides/creating-a-custom-form-field-control.html'
4444
},
45+
{
46+
id: 'elevation',
47+
name: 'Using elevation helpers',
48+
document: '/assets/documents/guides/material-elevation.html'
49+
},
4550
];
4651

4752
@Injectable()

0 commit comments

Comments
 (0)