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 |
Tags
- sealize
- angular5
- angular
- Ionic
- zsh
- ChangeDetectorRef
- oh-my-zsh
- 테두리굵기
- Visual Studio Code
- typescript
- 변화감지
- fromEvent
- error
- border-width
- code .
- Git
- php
- hashchange
- 이미지바꾸기
- rxjs
- Sentry
- aab 배포
- getElementsByClassName
- JavaScript
- ion-range
- change detection
- IONIC3
- 자바스크립개념
- NVM
- VSCode
Archives
- Today
- Total
목록change detection (1)
hsunny study blog
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/c9oxGX/btrqAzv0bLJ/Ev5OgjTPxh4EsZkN6YUKcK/img.png)
서버의 통신을 받고 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