SyntaxFix
Write A Post
Hire A Developer
Questions
this.http.get<any>('http://192.168.1.15:4000/GetPriority') .subscribe(response => { this.records=JSON.stringify(response) // impoprtant console.log("records"+this.records) });