I have this component definition in typescript:
import {Component, ViewEncapsulation} from \'angular2/core\'; @Component({ selector: \'my-app\', tem
The Best way to fix this is use another css file for your component and add it to your StyleUrls list. Cleaner and will scale as you components grow.