문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| angular:interpolation [2019/01/14 07:45] – taekgu | angular:interpolation [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | ===== Interpolation ===== | + | ====== Interpolation(보간법) ====== |
| + | **보간법**이라고 해석하고들 있습니다. | ||
| <code html> | <code html> | ||
| <h2> | <h2> | ||
| 줄 20: | 줄 21: | ||
| </h2> | </h2> | ||
| </ | </ | ||
| + | ==== 해석이 안되는 것들 ==== | ||
| + | 1. '' | ||
| + | <code html> | ||
| + | <h2> | ||
| + | {{ a = 2+2 }} | ||
| + | </h2> | ||
| + | </ | ||
| + | 2. '' | ||
| + | <code html> | ||
| + | <h2> | ||
| + | {{ window.location.href }} | ||
| + | </h2> | ||
| + | </ | ||
| + | |||