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

Commit

Permalink
fix(angular.core): re-export required annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Apr 2, 2014
1 parent c9b9e8f commit 6a9ea37
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/core/module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,22 @@ export "package:angular/core/module_internal.dart" show
CacheStats,
ExceptionHandler,
Interpolate,
RootScope,
Scope,
NgAttachAware,
NgAttr,
NgCallback,
NgComponent,
NgController,
NgDetachAware,
NgDirective,
NgFilter,
NgInjectableService,
NgOneWay,
NgOneWayOneTime,
NgTwoWay,
NgZone,
PrototypeMap,
RootScope,
Scope,
ScopeDigestTTL,
ScopeEvent,
ScopeStats,
Expand Down

0 comments on commit 6a9ea37

Please sign in to comment.