Files
angular-docs-cn/modules/angular2/test/compiler/style_compiler_import.css.ts
T

5 lines
146 B
TypeScript
Raw Normal View History

2015-11-02 08:39:14 -08:00
import {CONST_EXPR} from 'angular2/src/facade/lang';
2015-09-02 15:07:31 -07:00
// used by style_compiler_spec.ts
2015-11-02 08:39:14 -08:00
export const STYLES = CONST_EXPR(['span {color: blue}']);