From 88cacabdb6abbf39ad40a40f6db71cb610152a9c Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 15 Dec 2015 11:19:29 -0600 Subject: [PATCH] fix(typings): export DisplayWhen --- ionic/components/show-hide-when/show-hide-when.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/show-hide-when/show-hide-when.ts b/ionic/components/show-hide-when/show-hide-when.ts index 1a751cde03..418487e302 100644 --- a/ionic/components/show-hide-when/show-hide-when.ts +++ b/ionic/components/show-hide-when/show-hide-when.ts @@ -6,7 +6,7 @@ import {Platform} from '../../platform/platform'; /** * @private */ -class DisplayWhen { +export class DisplayWhen { constructor(conditions, platform, ngZone) { this.isMatch = false;