3 lines
138 B
TypeScript
3 lines
138 B
TypeScript
|
import {CONST_EXPR} from 'angular2/src/facade/lang';
|
||
|
|
||
|
export const styles = CONST_EXPR([`.greenStyle[_ngcontent-a-1] { color: green; }`]);
|