fix(transformer): fix 'pub build' in examples
This commit is contained in:
@@ -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; }''',
|
||||
|
||||
Reference in New Issue
Block a user