<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Angular on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/angular/</link><description>Recent content in Angular on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Wed, 19 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/angular/index.xml" rel="self" type="application/rss+xml"/><item><title>Angular 'expression has changed after it was checked' 예외 — 현재 시간에 의존하는 속성과 변경 감지의 정확한 원인</title><link>https://tokkabi.com/posts/angular-expression-has-changed-after-it-was-checked/</link><pubDate>Wed, 19 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/angular-expression-has-changed-after-it-was-checked/</guid><description>Angular 개발 모드에서 컴포넌트 속성이 현재 datetime에 의존할 때 &amp;#39;expression has changed after it was checked&amp;#39; 예외가 발생하는 이유와 ChangeDetectorRef.detectChanges() 해결책을 단계별로 설명합니다.</description></item><item><title>Angular RxJS에서 http.request() 예외 올바르게 잡기 — 'catch is not a function' 오류 해결</title><link>https://tokkabi.com/posts/angular-rxjs-catch-exception-from-http-request/</link><pubDate>Wed, 12 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/angular-rxjs-catch-exception-from-http-request/</guid><description>Angular 2에서 Http 요청에 .catch() 연산자를 사용할 때 &amp;#39;catch is not a function&amp;#39; 또는 &amp;#39;Observable.throw is not a function&amp;#39; 오류가 발생하는 원인과 해결책을 설명합니다. RxJS 버전 5의 패치 방식 연산자 임포트가 핵심이며, &amp;#39;rxjs/add/operator/catch&amp;#39;와 &amp;#39;rxjs/add/observable/throw&amp;#39;를 명시적으로 추가하는 방법을 다룹니다.</description></item><item><title>npm 패키지 설치 시 'Unable to resolve dependency tree' ERESOLVE 오류 해결</title><link>https://tokkabi.com/posts/unable-to-resolve-dependency-tree-error-when-installing-npm/</link><pubDate>Thu, 06 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/unable-to-resolve-dependency-tree-error-when-installing-npm/</guid><description>npm 패키지 설치 중 ERESOLVE 오류로 의존성 트리를 해석하지 못하는 문제를 다룹니다. Angular 버전 간 peer dependency 충돌이 원인이며, --legacy-peer-deps나 --force 옵션 또는 Node.js 버전 다운그레이드로 해결할 수 있습니다.</description></item><item><title>Angular 2 *ngFor 오류: Can't bind to 'ngFor' since it isn't a known native property 해결</title><link>https://tokkabi.com/posts/exception-cant-bind-to-ngfor-since-it-isnt-a-known-native-property/</link><pubDate>Tue, 04 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/exception-cant-bind-to-ngfor-since-it-isnt-a-known-native-property/</guid><description>Angular 2에서 *ngFor 디렉티브를 사용할 때 &amp;#39;Can&amp;#39;t bind to &amp;#39;ngFor&amp;#39; since it isn&amp;#39;t a known native property&amp;#39; 오류가 발생하는 원인과 해결 방법을 다룹니다. 주로 *ngFor 내부에서 변수 선언 시 &amp;#39;let&amp;#39; 키워드를 누락했기 때문에 발생하며, &amp;#39;#&amp;#39; 대신 &amp;#39;let&amp;#39;을 사용해야 합니다.</description></item><item><title>Angular 컴포넌트에 서비스를 주입할 때 'Can't resolve all parameters for component' 오류 해결하기</title><link>https://tokkabi.com/posts/angular-service-injection-cant-resolve-parameters/</link><pubDate>Mon, 27 Jul 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/angular-service-injection-cant-resolve-parameters/</guid><description>Angular 컴포넌트에 서비스를 주입할 때 &amp;#39;EXCEPTION: Can&amp;#39;t resolve all parameters for component&amp;#39; 오류가 발생하는 원인과 해결 방법을 다룹니다. 배럴(barrel) 파일의 재수출로 인한 순환 의존성이 주범이며, 서비스를 선언된 파일에서 직접 임포트하거나 배럴 export 순서를 조정해 해결합니다.</description></item></channel></rss>