@Prabhakar wrote:
I have a component that is used to set or unset a variable
showExpense : true,
actions: {
toggleExpense() {
debugger;
this.toggleProperty('showExpense');
}but I am trying to acces this variable "showExpense" in another template not belonging to this component in fact it is a template of a route, hence the variable is not accessible. Is there a way to use it there?
Posts: 3
Participants: 3