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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user