// #docregion import 'package:angular2/core.dart'; import 'highlight_directive.dart'; @Component( selector: 'my-app', templateUrl: 'app_component.html', directives: const [HighlightDirective]) class AppComponent { String color; }