fix(di): removed default visibility

BREAKING CHANGE:
    Directives will use the Unbounded visibility by default, whereas before the change they used Self
This commit is contained in:
vsavkin
2015-07-13 15:48:28 -07:00
parent 4bdc91892a
commit 04baa46efe
10 changed files with 26 additions and 69 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ export {
AncestorMetadata,
UnboundedMetadata,
DependencyMetadata,
self,
unbounded
DEFAULT_VISIBILITY
} from './src/di/metadata';
// we have to reexport * because Dart and TS export two different sets of types