Hi @arunpatidar ,
Thanks for the input . I have added the dependency in my package.json file.
I am able to render the aem-container on the page, but couldnt get the layout on the page.
below is the inspect element rendered on the page,
<aem-container data-cq-data-path="" class="aem-container"><!----><!----></aem-container>
In angular html file i have used <aem-container></aem-container>
Do i need to pass any attributes to above snippet?