BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<ej-accordion id="accordion1" enableMultipleOpen="true" *ngFor="let orderOptions of lookupValues">
<h3> <a rel='nofollow' href="#">TEST HEADER</a></h3>
<div>
<div>
<label>Date:</label> <span>exampleDate</span>
</div>
<div>
<label>Product:</label> <span>exampleProduct</span>
</div>
</div>
</ej-accordion> |
<ej-accordion>
<h3> <a rel='nofollow' href="#">Header..</a></h3>
<div>
Panel Content….// First panel
</div>
<h3> <a rel='nofollow' href="#">Header..</a></h3>
<div>
Panel Content….// Second Panel
</div>
</ej-accordion> |