728x90 프로그래밍/Angular2 Udemy - Angular 강의 - 기억할만한 부분 정리 Udemy - Angular 강의 - 기억할만한 부분 정리 섹션 2. Angular 기초 23. 컴포넌트 셀렉터 완전 이해하기 selector: "[servers-component]" ts) Event Binding( (event)="expression" ) Two-Way-Binding Two-Way-Binding ( [(ngModel)]="data" ) 26. 문자열 보간 {{ "string" }} curly braces 안에는 결국 문자열이 들어감 31. 이벤트 바인딩으로 데이터 전달하기와 사용하기 $event (달러 사인 이벤트라고 읽음)은 특정 이벤트에서 발생하는 객체 데이터이다. click은 좌표, input은 받은 값을 가지고 있음 console.log를 찍어보면 $event 속성에 이벤트가 .. 2023. 3. 18. Directive - Structual directive, 구조 디렉티브 Structural Directive Directive - Attribute directive - Structural directive 디렉티브는 굉장히 자주 보는 문법인데 사실 정리가 잘 안되면 그냥 잘 모른 체 지나가기 쉽다 이 기회에 Structural directive에 대해 정리해보자 Structural Directive Structural directives are directives which change the DOM layout by adding and removing DOM elements. 구조 디렉티브는 DOM 요소를 동적으로 보여줄지 말지 결정할 수 있는 문법 도구라 할 수 있다. Built-in structural directive: NgIf, NgForOf, NgSwitch S.. 2023. 3. 5. 이전 1 다음 728x90