Как установить динамический id в Angular 2? Я уже пробовал: <div class = "CirclePoint" *ngFor="#c of circles" id = "{{ 'Location' + c.id }}"></div> ...
確定! 回上一頁