mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
refactor(components): convert components to separate modules
This commit is contained in:
@ -2,7 +2,7 @@ import { Attribute, Directive, NgZone } from '@angular/core';
|
||||
|
||||
import { Platform } from '../../platform/platform';
|
||||
|
||||
import { DisplayWhen } from './show-hide-when';
|
||||
import { DisplayWhen } from './display-when';
|
||||
|
||||
/**
|
||||
* @name HideWhen
|
||||
|
Reference in New Issue
Block a user