This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Strange bug: when using fxLayoutGap on container and *ngFor on child #329
Closed
Description
Hi,
I found a strange bug which, I presume, has something to do with fxLayoutGap directive.
My use case was to use a component method to provide items for a *ngFor loop.
I noticed that if the parent of the loop has the directive fxLayoutGap, browser just crash (tested on Chrome and Firefox).
Demo here: https://plnkr.co/edit/paJ7Sb
Hoping you can help me on this.
Thanks in advance.