Skip to content

NG8: Type '{}' must have a '[Symbol.iterator]()' method that returns an iterator. #2080

@sysmat

Description

@sysmat
  • angular 18.2
  • "dexie": "^4.0.8",
  • this lib can not be used in angular ngFor or @for
<div *ngFor="let todoList of todoLists$ | async; trackBy: identifyList">
  <itemlist [todoList]="todoList"></itemlist>
</div>
todoLists = liveQuery(() => db.todoLists.toArray());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions