fix(transformer): fix 'pub build' in examples

This commit is contained in:
Sigmund Cherem
2015-07-09 13:59:36 -07:00
committed by yjbanov
parent 749d043258
commit 62589293aa
19 changed files with 38 additions and 21 deletions
@@ -16,6 +16,7 @@ void initReflector(reflector) {
const Component(selector: 'hello-app'),
const View(
template: r'''{{greeting}}''',
templateUrl: r'template.html',
styles: const [
r'''.greeting { .color: blue; }''',
r'''.hello { .color: red; }''',