Hi,
I have a table in SQL Server 2008 as Employee table. I got data using ADO.Net from database using ASP.Net.
How to get Employee data in AngularJS framework ?
Hi,
I have a table in SQL Server 2008 as Employee table. I got data using ADO.Net from database using ASP.Net.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Nov 21, 2016, 1:36 PM
MayankPosted Nov 21, 2016, 6:48 AM
1. You need to install two packages given below:
a.AngularJs
b)Angular-UI Router
2. You can create javascript objects Like controller,Modules, Services to create AngularJS Project
If u think it resolve your issue please marked as answer.
Ahmed AbdiPosted Sep 9, 2016, 12:52 PM