We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4f331 commit 841aa1aCopy full SHA for 841aa1a
modules_dart/transform/lib/src/transform/common/annotation_matcher.dart
@@ -47,9 +47,9 @@ const COMPONENTS = const [
47
const ClassDescriptor('Component', 'package:angular2/bootstrap_static.dart',
48
superClass: 'Directive'),
49
const ClassDescriptor('Component', 'package:angular2/core.dart',
50
- superClass: '`Directive'),
+ superClass: 'Directive'),
51
const ClassDescriptor('Component', 'package:angular2/web_worker/worker.dart',
52
53
];
54
55
const VIEWS = const [
0 commit comments