とdiv要素のクリックで変更するクラスのbackground-colorプロパティに次のように私は4色でカスタム四角形を作成して、angular2
<div style=" width:400; height:400; float:left">
<div style="background-color:red; width:50%; height:50%; float:left">
</div>
<div style="background-color:blue; width:50%; height:50%; float:right">
</div>
<div style="background-color:green; width:50%; height:50%; float:left">
</div>
<div style="background-color:orange; width:50%; height:50%; float:right">
</div>
</div>
私はdivのもの上記と同じ以下のクラスの背景色のプロパティを変更する必要があります上のdivのクリックで
<div class="eventBox eventBox__colorBar"></div>
詳細をお知らせください。私は本当にあなたがしようとしていることを理解できません。 – developer033