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

Commit c1655e8

Browse files
vicbmhevery
authored andcommitted
fix(angular): export GetterCache from dccd
1 parent cd4e2e3 commit c1655e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/angular.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export 'package:angular/core/parser/lexer.dart';
6767
export 'package:angular/directive/module.dart';
6868
export 'package:angular/filter/module.dart';
6969
export 'package:angular/routing/module.dart';
70+
export 'package:angular/change_detection/dirty_checking_change_detector.dart'
71+
show FieldGetter, GetterCache;
7072

7173
part 'bootstrap.dart';
7274
part 'introspection.dart';

0 commit comments

Comments
 (0)