fix(typings): export DisplayWhen

This commit is contained in:
Tim Lancina
2015-12-15 11:19:29 -06:00
parent 2f1d51970a
commit 88cacabdb6

View File

@ -6,7 +6,7 @@ import {Platform} from '../../platform/platform';
/** /**
* @private * @private
*/ */
class DisplayWhen { export class DisplayWhen {
constructor(conditions, platform, ngZone) { constructor(conditions, platform, ngZone) {
this.isMatch = false; this.isMatch = false;