angular:interpolation
문서의 이전 판입니다!
Interpolation
<h2>
{{ title }}
</h2>
<h2>
{{ 2 + 2 }}
</h2>
<h2>
{{ "Welcome " + title }}
</h2>
<h2>
{{ title.length }}
</h2>
<h2>
{{ title.toUpperCase() }}
</h2>
<h2>
{{ greetUser() }}
</h2>
angular/interpolation.1547451931.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 (바깥 편집)