Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 6cf4df1

Browse files
mvuksanojbdeboer
authored andcommitted
fix(ShadowDomComponentFactory): annotate ShadowDomComponentFactory with @Injectable so that appropriate entry in static factories in generated.
Closes #963
1 parent c429aa5 commit 6cf4df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/core_dom/shadow_dom_component_factory.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ abstract class ComponentFactory {
44
FactoryFn call(dom.Node node, DirectiveRef ref);
55
}
66

7+
@Injectable()
78
class ShadowDomComponentFactory implements ComponentFactory {
89
final Expando _expando;
910

0 commit comments

Comments
 (0)