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

Commit 016d463

Browse files
committed
fix(cache): Do not export the Cache symbol.
We did not before, don't have a good reason to export it and it causes collisons with other packages.
1 parent 5900370 commit 016d463

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/core/module.dart

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export "package:angular/change_detection/change_detection.dart" show
2323
FieldGetterFactory;
2424

2525
export "package:angular/cache/module.dart" show
26-
Cache,
2726
CacheRegister,
2827
CacheRegisterStats;
2928

test/angular_spec.dart

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ main() {
9494
var ALLOWED_NAMES = [
9595
"angular.app.AngularModule",
9696
"angular.app.Application",
97-
"angular.cache.Cache",
9897
"angular.cache.CacheRegister",
9998
"angular.cache.CacheRegisterStats",
10099
"angular.core.annotation.ShadowRootAware",

0 commit comments

Comments
 (0)