Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 2.19 KB

README.md

File metadata and controls

55 lines (31 loc) · 2.19 KB

매일 공부 한 것을 기록합니다. 🐌

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 조작하기