You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
Hi i am new user of AngularJS. i am planning a project so if i make my project on AngularJS then can i link DLL files and my project API with angularJS?
Thanks in advance
Komal Singh
Leonardo M. Ramé
unread,
Mar 18, 2015, 8:04:18 AM3/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
No, AngularJS is a JavaScript front end framework running on the browser. The DLLs must be loaded server side (using a CGI for example) then on requests made from the client, the backend should execute DLL functions and return data to the client.