I have simple component that contains only form:
import {Component, FORM_DIRECTIVES, NgFor} from \'angular2/angular2\'; @Component({ selector: \'test-com
I got this to work by doing the following:
enter code here metrics type --please select-- {{item.label}}
then using css ng-pristine for styling
select { border: 1px solid transparent; &.ng-pristine{ font-style: italic; color: darken($white, 50%); } }