Hello Guys,
Does anyone know how I can include response grid inside angular component?
It is possible in HTL.
<sly data-sly-resource="${'responsiveContent' @ resourceType='wcm/foundation/components/responsivegrid'}"></sly>
I tried following multiple articles but with no success. There are few articles for achieving this in React, but can someone share any information for Angular. I am new to Angular
Thanks