Skip to content

jeongyeon-park/-TIL-Today_I_Learned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

84 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๋งค์ผ ๊ณต๋ถ€ ํ•œ ๊ฒƒ์„ ๊ธฐ๋กํ•ฉ๋‹ˆ๋‹ค. ๐ŸŒ

Intern TIL

์ธํ„ด๊ธฐ๊ฐ„๋™์•ˆ ๋งค์ผ TIL์„ ์”๋‹ˆ๋‹ค (22.03.24 ~ 23.01)

Intern TIL

BootStrap

BootStrap

FullStack Angular and Spring

Fullstack Angular and Spring

Angular

  • ์ƒˆ ํ”„๋กœ์ ํŠธ ์ƒ์„ฑ : ng new projectName
  • ์ƒˆ ์ปดํฌ๋„ŒํŠธ ์ถ”๊ฐ€ : ng g component componentName
  • ํ”„๋กœ์ ํŠธ ์‹คํ–‰ : ng serve

01. Module and Component

02. Component

03. Component And Module ์ž์„ธํžˆ

04. Component ์ดํ•ด _ ๊ฐ„๋‹จํ•œ๊ธฐ๋Šฅ๊ตฌํ˜„ -1

05. Component ์ดํ•ด _ ๊ฐ„๋‹จํ•œ ๊ธฐ๋Šฅ๊ตฌํ˜„ -2

06. SelectorAndDirective

07. (FormCobtrol) ๋ฐ์ดํ„ฐ ๋ฐ”์ธ๋”ฉ, ๋ฐ˜์‘ํ˜• ๋ชจ๋“ˆ

08. ๋ฐ์ดํ„ฐ ๋ฐ”์ธ๋”ฉ ์‹ฌํ™”

09. ๋ฐ์ดํ„ฐ ๊ณต์œ 

10. Observable

11. ๋ผ์šฐํŒ…

TypeScript

  • terminal ์— tsc -w ์น˜๋ฉด tsํŒŒ์ผ์ด js๋กœ ๋ณ€ํ™˜
  • ng g service [service name] ํ•˜๋ฉด ์„œ๋น„์Šค๊ฐ€ ์ƒ์„ฑ๋จ
  • tsc -init ํ•˜๋ฉด tsconfig.json ์ด ์ƒ์„ฑ๋จ. ์—ฌ๊ธฐ ๊ธฐ๋ณธ ์„ค์ •์ด ๋‹ค ์žˆ๊ณ  ์—ฌ๊ธฐ์„œ compiler option์„ ์„ค์ • ํ•  ์ˆ˜ ์žˆ๋‹ค

01.ํƒ€์ž…์˜ ๊ธฐ๋ณธ(Types)

02.ํ•จ์ˆ˜

03.ํ•„์ˆ˜๋ฌธ๋ฒ• 10๋ถ„ ์ •๋ฆฌ

04.ts๋กœ HTML ์กฐ์ž‘ํ•˜๊ธฐ