problem
How to display count of records on tables using angular 7 ?
I work on sql server 2012 and asp.net core 2.2
I make web api on .net core 2.2 return count of records on table
meaning function api return only one value as integer
my question
How to display count of items on angular 7 ?
localhost:8089/api/countitems
on apiservice.ts
How to recieve count from linke below
ocalhost:8089/api/countitems
on itemsComponent.ts
How to call service here and recieve count
itemsComponent.html
how to dsiplay count here on div or label