how to get list of all records from table.
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.6k
- Forks
- 867
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hello,
Upon adding data, I want to get a list of all records from the localdatasource. using the getAll(), it is returning an empty array. Below is the code. I am sure im doing something wrong. Thanks.
```
add($event) {
$event.confirm.resolve($event.newData);
this.source.getAll().then((data) => console.log(data));
}
```
Thanks for some help.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.