mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(typings): export DisplayWhen
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user