We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5900370 commit 016d463Copy full SHA for 016d463
lib/core/module.dart
@@ -23,7 +23,6 @@ export "package:angular/change_detection/change_detection.dart" show
23
FieldGetterFactory;
24
25
export "package:angular/cache/module.dart" show
26
- Cache,
27
CacheRegister,
28
CacheRegisterStats;
29
test/angular_spec.dart
@@ -94,7 +94,6 @@ main() {
94
var ALLOWED_NAMES = [
95
"angular.app.AngularModule",
96
"angular.app.Application",
97
- "angular.cache.Cache",
98
"angular.cache.CacheRegister",
99
"angular.cache.CacheRegisterStats",
100
"angular.core.annotation.ShadowRootAware",
0 commit comments