Skip to content

Commit fe0518f

Browse files
committed
Update chapter4
1 parent 37c1508 commit fe0518f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Diff for: assets/img/electron_icon.png

58.3 KB
Loading

Diff for: chpater4.md

+20
Original file line numberDiff line numberDiff line change
@@ -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+
![](./assets/img/intro_electron.png)

0 commit comments

Comments
 (0)