fix(annotation_matcher): fix typo with Directive matchers
This commit is contained in:
parent
2d4f331c63
commit
841aa1af5b
|
@ -47,9 +47,9 @@ const COMPONENTS = const [
|
|||
const ClassDescriptor('Component', 'package:angular2/bootstrap_static.dart',
|
||||
superClass: 'Directive'),
|
||||
const ClassDescriptor('Component', 'package:angular2/core.dart',
|
||||
superClass: '`Directive'),
|
||||
superClass: 'Directive'),
|
||||
const ClassDescriptor('Component', 'package:angular2/web_worker/worker.dart',
|
||||
superClass: '`Directive'),
|
||||
superClass: 'Directive'),
|
||||
];
|
||||
|
||||
const VIEWS = const [
|
||||
|
|
Loading…
Reference in New Issue