You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
I was wondering if I can combine *ngFor with *ngIf somehow. The combination is not allowed and ends in an angular error. But in some cases it would be good to combine them to avoid empty containers. I found a solution to do that: https://stackoverflow.com/questions/34164413/how-to-apply-filters-to-ngfor
I will create a new pipe in @knora/action
The text was updated successfully, but these errors were encountered:
I was wondering if I can combine *ngFor with *ngIf somehow. The combination is not allowed and ends in an angular error. But in some cases it would be good to combine them to avoid empty containers. I found a solution to do that: https://stackoverflow.com/questions/34164413/how-to-apply-filters-to-ngfor
I will create a new pipe in @knora/action
The text was updated successfully, but these errors were encountered: