Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- JavaScript
- sealize
- getElementsByClassName
- typescript
- IONIC3
- php
- rxjs
- hashchange
- aab 배포
- ion-range
- oh-my-zsh
- border-width
- Ionic
- angular
- 테두리굵기
- error
- 자바스크립개념
- Git
- ChangeDetectorRef
- Visual Studio Code
- code .
- 변화감지
- VSCode
- zsh
- NVM
- 이미지바꾸기
- change detection
- fromEvent
- Sentry
- angular5
Archives
- Today
- Total
목록변화감지 (1)
hsunny study blog
[Angular] Change Detection 처리
서버의 통신을 받고 Component에 데이터를 뿌려 화면의 초기화를 진행합니다. 초기 셋팅이 완료된 화면에서 사용자의 액션에 따라 데이터의 값과 화면의 UI가 변경되어야 하는 경우(동기화)가 있습니다. 변경에 따른 이벤트를 단순히 EventEmmiter 를 이용한 Output 과 Input 만으로 Parent와 Child Component 간의 데이터 처리를 하는데에는 한계가 있었습니다. angular change detection 를 구글링 하면 여러 해결 방법들이 나옵니다. ngZone , onChange() life cycle, DoCheck() life cycle, ChangeDetectionStrategy 등이 Change Detection 방법입니다. 찾아보면서 학습한 내용을 공유합니다. :..
programming/Angular
2019. 8. 11. 02:59