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
Sayeeda Banu 5Sayeeda Banu 5 

How to Acess Visual Force Page From Angular JS

I have created my lightning app using Angular Js. Now am planning to create One new  Component to this application using lightning Aura Component. I want to know how to call an Aura Component from Angular Js.
I already know that we can call aura Component using Visual Force page. Can You guys at least tell me how to call VF page from Angular Js Code?
My Code is like .when('/monitoring/jobDownload', {templateUrl: ' ', controller: ''})
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Sayeeda Banu,

May I request you to please refer the below link for reference.to call VF page from Angular Js Code. I hope it will be helpful.

Best Regards
Rahul Kumar