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

Commit 6a9ea37

Browse files
committed
fix(angular.core): re-export required annotations
1 parent c9b9e8f commit 6a9ea37

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

lib/core/module.dart

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,22 @@ export "package:angular/core/module_internal.dart" show
3131
CacheStats,
3232
ExceptionHandler,
3333
Interpolate,
34-
RootScope,
35-
Scope,
3634
NgAttachAware,
35+
NgAttr,
36+
NgCallback,
3737
NgComponent,
3838
NgController,
3939
NgDetachAware,
4040
NgDirective,
41+
NgFilter,
42+
NgInjectableService,
43+
NgOneWay,
44+
NgOneWayOneTime,
45+
NgTwoWay,
4146
NgZone,
4247
PrototypeMap,
48+
RootScope,
49+
Scope,
4350
ScopeDigestTTL,
4451
ScopeEvent,
4552
ScopeStats,

0 commit comments

Comments
 (0)