function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ron McCrerey 4Ron McCrerey 4 

AngularJS in Visualforce Page Accessing Salesforce Objects

I am new to Visualforce, but am familiar with Angular and SPA's.  I am would like to usr\e Angular inside of VisualForce (in a Visualforce page) and would to like to know suggestions and examples of the best way to access the Salesforce Objects /or API in a VF page?  If you are in a VF page do you need to authenicate?  I looked at forceTK, looked straight forward, but did not seem to fit well with Angular.
Tejpal KumawatTejpal Kumawat
Hello Ron,

Use this link to learn about Angular with Vf Page
https://github.com/mailtoharshit/Angular

If this answers your question then hit Like and mark it as solution!