Skip to content

Commit 01ebff4

Browse files
committed
fix(core): reexport PLATFORM_DIRECTIVES and PLATFORM_PIPES in dart
Looks like we missed this in the original PR.
1 parent 344776f commit 01ebff4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/angular2/core.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ export 'package:angular2/src/common/directives.dart';
1919
export 'package:angular2/src/common/forms.dart';
2020
export 'package:angular2/src/core/debug.dart';
2121
export 'package:angular2/src/core/change_detection.dart';
22+
export 'package:angular2/src/core/platform_directives_and_pipes.dart';

0 commit comments

Comments
 (0)