Skip to content

Commit 20ac4ac

Browse files
committed
test Icon
1 parent 7410680 commit 20ac4ac

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
npm-debug.log
3333
testem.log
3434
/typings
35+
*~$*
3536

3637
# e2e
3738
/e2e/*.js

slides/Session 4.pptx

51.1 KB
Binary file not shown.

src/app/app.component.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.material-icons.md-18 { font-size: 18px; }
2+
.material-icons.md-24 { font-size: 24px; }
3+
.material-icons.md-36 { font-size: 36px; }
4+
.material-icons.md-48 { font-size: 48px; }

src/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--The content below is only a placeholder and can be replaced.-->
2-
2+
<i class="material-icons">lightbulb_outline</i>
33
<div style="text-align:center">
44
<app-room></app-room>
55
</div>

0 commit comments

Comments
 (0)