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

Commit 61ce182

Browse files
mvuksanovicb
authored andcommitted
fix(ShadowDomComponentFactory): annotate ShadowDomComponentFactory with @Injectable so that appropriate entry in static factories in generated.
Closes #963
1 parent 93184db commit 61ce182

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
@@ -24,6 +24,7 @@ abstract class ComponentFactory {
2424
}
2525
}
2626

27+
@Injectable()
2728
class ShadowDomComponentFactory implements ComponentFactory {
2829
final Expando _expando;
2930

0 commit comments

Comments
 (0)