NgFor
could not find an iterable differ for the value passed in. Make sure it's an iterable, like an Array
.
When using ngFor in a template, you must use some type of Iterable, like Array
, Set
, Map
, etc. If you're trying to iterate over the keys in an object, you should look at the KeyValue pipe instead.
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/errors/NG2200