angular-cn/modules/angular2/test/compiler/style_compiler_import.css.shim.ts
2015-11-09 10:59:08 -08:00

5 lines
170 B
TypeScript

import {CONST_EXPR} from 'angular2/src/facade/lang';
// used by style_compiler_spec.ts
export const STYLES = CONST_EXPR(['span[_ngcontent-%COMP%] {\ncolor: blue;\n}']);