Revision b4522263c308a0f968425a05993bd1a66a09d720 authored by Victor Berchet on 11 December 2015, 02:14:50 UTC, committed by Victor Berchet on 11 December 2015, 02:14:50 UTC
1 parent bbf9483
Raw File
style_compiler_import.css.shim.dart
library angular2.test.compiler.style_compiler_import.css.shim;

// used by style_compiler_spec.ts
const STYLES = const ["span[_ngcontent-%COMP%] {\ncolor: blue;\n}"];
back to top