mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
import {CONST_EXPR} from 'angular2/src/facade/lang';
|
|
|
|
// used by style_compiler_spec.ts
|
|
export const STYLES = CONST_EXPR(['span {color: blue}']);
|