Experience Fragment HTML structure
Hi All,
Our application is SPA. We are sharing content from AEM to Angular to display it in front end. We author our content using the Experience Fragment and when we are sharing our experience fragment HTML structural is added with additional div and classes. Attaching the HTML structure below. The first two div are the additional div. These additional div breaking the HTML structure in Angular end as the CSS and JS are written depending on the actual HTML structure which is not including these additional div. So is there a way to hide these additional div of Experience Fragment in Publish environment.
<div class="root responsivegrid">
<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
<div class="richtext aem-GridColumn aem-GridColumn--default--12">
<h3 class="detail-title">Shipping Info</h3>
<p>Shipping Policies - PLEASE NOTE: For International Orders, all applicable customs clearance fees, duties, and taxes are the responsibility of the consignee. Please allow 3 to 5 business days to process your order. International shipping rates will be applied to overnight and 2nd day deliveries.</p>
<p><a href="#" class="theme-dark bold no-faux hover-underline"><span class="link-text">More Detailed Return Information</span> </a></p>
</div>
</div>
</div>
If any further information is needed, Please revert.
Thanks in Advance