Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 774 Bytes

171122_TIL.md

File metadata and controls

16 lines (12 loc) · 774 Bytes

17.11.22.(수)

DONE

  • Angular Tour of Hero tutorial
    • service 생성 시 module injection 설정하는 방법
      ____proj-dir $ ng g s <serviceName> --module=<moduleName>
    • "Services are a great way to share information among classes that don't know each other"
    • style guide: naming convention
      ____@Output 데코레이터로 이벤트 바인딩 시 접두사 'on' X, EventEmitter 인스턴스의 이름에 접두사 'on' O
      ____http client로 CRUD 메소드 생성 시 이름은 뭐가 적합한지 헷갈린다. http1.1과 일치하는 get? 앱 이름과 관련되도록 getTodo?
  • Namu project IA, Backlog 작성

TODO