From 01ebff4080c1fc139423f235b822e216bf218aa4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 11 Nov 2015 04:11:56 -0800 Subject: [PATCH] fix(core): reexport PLATFORM_DIRECTIVES and PLATFORM_PIPES in dart Looks like we missed this in the original PR. --- modules/angular2/core.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/angular2/core.dart b/modules/angular2/core.dart index 95b0ed7ee5..7bc88ba7d8 100644 --- a/modules/angular2/core.dart +++ b/modules/angular2/core.dart @@ -19,3 +19,4 @@ export 'package:angular2/src/common/directives.dart'; export 'package:angular2/src/common/forms.dart'; export 'package:angular2/src/core/debug.dart'; export 'package:angular2/src/core/change_detection.dart'; +export 'package:angular2/src/core/platform_directives_and_pipes.dart';