<?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>NgFor on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/ngfor/</link><description>Recent content in NgFor on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Tue, 04 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/ngfor/index.xml" rel="self" type="application/rss+xml"/><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></channel></rss>