ahmed elbarbary

ahmed elbarbary

  • NA
  • 1.6k
  • 256k

How to display count of records on tables using angular 7 ?

Feb 23 2020 2:12 AM
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 
 

Answers (4)