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 was archived by the owner on Jan 6, 2025. It is now read-only.
ERROR TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at Function.from (<anonymous>)
at DefaultShowHideDirective.ngAfterViewInit (show-hide.ts:70)
What is the expected behavior?
No error shown.
What is the current behavior?
The error is shown.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Bug Report
When using te directives fxHide or fxShow in a element inside a body template of a PrimeNG Table like this:
The following error is shown:
What is the expected behavior?
No error shown.
What is the current behavior?
The error is shown.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular/core: 9.1.7
@angular/cdk: 9.2.4
@angular/flex-layout: 9.0.0-beta.31