Feature request: Allow conditions as part of *ngIf
This library gives really good helpers to use on their own such as:
<p *hideItBootstrap="['lg','sm']">I'll hide you only in lg and sm screen sizes.</p>'
However, its currently not possible to add them as part of a condition using *ngIf.
For instance i cannot do this:
<p *ngIf="type == 'category' && hideItBootstrap['lg', 'sm'] ">I'll hide you only in lg and sm screen sizes when type is category.</p>'
Any feature to be able to add ng2-responsive logic with structural directives will add a whole another dimension to this library.
Yes, thanks @hassanasad. Let me see how we can do this. ; )
@ManuCutillas any news on this feature?
attempt stackblitz sample