Environment
- Apex
Prerequisites
We can not access An Extended @AuraEnabled
method from Aura ( node ) as below.
AuraHelper.js can't access c:getAccounts
. So, this code is not work.
Code
The solution is to change SubClass as below.
We can not access An Extended @AuraEnabled
method from Aura ( node ) as below.
AuraHelper.js can't access c:getAccounts
. So, this code is not work.
The solution is to change SubClass as below.