chore: replace CONST_EXPR with /*@ts2dart_const*/
This commit is contained in:

committed by
Martin Probst

parent
d2527b504a
commit
a02614beaa
@ -1,3 +1,2 @@
|
||||
import {CONST_EXPR} from 'angular2/src/facade/lang';
|
||||
|
||||
export const styles = CONST_EXPR([`.greenStyle[_ngcontent-a-1] { color: green; }`]);
|
||||
export const styles = /*@ts2dart_const*/[`.greenStyle[_ngcontent-a-1] { color: green; }`];
|
||||
|
Reference in New Issue
Block a user