FE 개발을 하다 보니 <ng-container> 요 녀석을 만나게 되었다. ng-container는 어떤 엘리먼트이고, 언제, 어떻게 사용해야 할까? https://angular.io/api/core/ng-container#description ng-container <ng-container> 는 별도의 element 추가 없이 structural di
타입스크립트의 keyof 연산자는 무엇이고 언제, 어떻게 사용할 수 있을까? https://www.typescriptlang.org/docs/handbook/2/keyof-types.html keyof 연산자 keyof 연산자는 객체 타입을 입력 받아 ‘객체의 키의 문자열이나 숫자 리터
Typescript를 사용하다 보니 interface와 type의 차이점이 헷갈리게 되었다. 또 이것들은 class 와는 어떻게 다를까? https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#differences-between-type-aliases-and-interfaces Type Aliases 우리는 Object 타입과 union