@khalilben wrote:
Hi,
I need to use sqlite or tinydb in my project and don’t know how to use it.
I need to save the data and show it from the database
I now have this codengOnInit(){ this.newsProvider.getnewsbycat().subscribe( data=>{ console.log(data); this.articles = data; }, error => { console.log(error); } ) }
Posts: 5
Participants: 3