Example ``` v-bind:class.class-name="expression" //is equivalent to v-bind:class="{'class-name': expression}" ``` More about: https://scotch.io/tutorials/angular-2-classes-with-ngclass-and-ngstyle#using-the-styleproperty-binding