Monday, 27 February 2017

Writing Testable Code in JavaScript: A Brief Overview

No comments:

Post a Comment

Access attributes in component

NOTE: To access an attribute in a  component , use expressions as  {! v.<Attribute Name>} . ----------------------------------------...