Created
October 4, 2018 01:31
-
-
Save choudharymanish8585/7668caf4e7726fdc1f0d93a74d089c83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Custom Component2 | |
This is normal component within namespace "c" | |
@author Manish Choudhari | |
--> | |
<aura:component access="global" > | |
<p id="c-paragraph"> | |
<div id="c-textDiv"> | |
<p>I am Custom Component2 sits within "c" namespace.</p> | |
<p><strong>I hide top secret account balance that no one can hack!!</strong></p> | |
<div id="c-mybalance" style="display:none">89,230,678$</div> | |
</div> | |
</p> | |
</aura:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment