SPA page and Client Data Layer integration
Dear community,
I'm trying to integrate the spa page with Adobe Client Data Layer.
Before adopting SPA project, I used "com.adobe.cq.wcm.core.components.models.datalayer.ComponentData" in SlingModels, and set relevant information with DataLayerBuilder. In so doing I can use htl to embed data layer in my component html like this:
<a data-cmp-data-layer="${item.componentData.json}" href="#" ></a>
Since SPA page development doesn't require htl, is ACDL still an option to collect page data? Or is there any package can handle this?
Thanks in advance!

