event (3) 썸네일형 리스트형 Infinite Scrolling When developing a website there comes many occasions when you need to populate a page with a list of images or items. Since the screen is finite there is a limitation about how much you can show to the user no matter how big the list. Infinite scrolling is a technique that allows you to load a small amount of data when it is needed which can improve the response time from the server. In this wri.. Google Signal Google signal is a session based user data. The data is collected when a user who turned on 'personalized ads' in My Ad Center logs on any Google product. ※ How to set personalized ads? Go go My Ads Center https://myadcenter.google.com/ Google 광고 관심설정 쿠키가 비활성화됨 브라우저의 쿠키가 비활성화되어 있는 것 같습니다. 브라우저의 쿠키를 활성화해야만 광고 관심설정 기능을 사용할 수 있습니다. 쿠키 활성화 방법 www.google.com Turn on the 'personalized ads' on top righ.. 앵귤러 템플릿 - event binding 이벤트 바인딩은 화면에 입력된 유저의 행동을 감지하고 해당 정보를 데이터 소스로 보내주는 역할을 합니다. 사용방법 앵귤러이벤트는 HTML에서 제공하는 이벤트 명 (on 제외)을 괄호로 감싸서 이벤트바인딩에 사용되는 이벤트임을 표시하는데요. 문법은 아래와 같이 템플릿에서 이벤트 지정 후 큰따옴표 안에 원하는 행동이나 값을 넣으면 됩니다. event.component.html Click 위와 같이 function을 사용한 경우 해당 function을 TypeScript class 파일에 만들어 주어야 제대로 작동합니다. event.component.ts import { Component } from '@angular/core'; @Component({ selector: 'app-event', template.. 이전 1 다음