筆記筆記
<a href="{{url}}">{{ title }}</a>
export class InterpolationComponent implements OnInit { title = "{{內嵌繫結}}"; url = "http://tw.yahoo.com"; constructor() { } ngOnInit(): void { } }