We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c1508 commit fe0518fCopy full SHA for fe0518f
assets/img/electron_icon.png
58.3 KB
chpater4.md
@@ -0,0 +1,20 @@
1
+# Build Structure
2
+이제 본격적인 `App`의 구조를 잡아보도록 하겠습니다.
3
+
4
+`app.component.html`의 파일을 열어서 다음과 같이 수정합니다.
5
6
+```html
7
+<!-- app.component.html -->
8
+<div class="ui container">
9
+ <h2 class="ui center aligned icon header">
10
+ <img class="ui image" src="./assets/img/electron_icon.png">
11
+ <div class="content">
12
+ {{title}}
13
+ <div class="sub header">{{subTitle}}</div>
14
+ </div>
15
+ </h2>
16
+</div>
17
+```
18
19
+#### 첨부 1 electron_icon.png
20
+
0 commit comments