Importing In Angular.
Is there a guide on how to integrate the web component in angular.
I am using the below code .
npm install @peculiar/fortify-webcomponents
In HTML.
<peculiar-fortify-certificates></ peculiar-fortify-certificates>
The Above code is throwing error , as it expects a module declare or an import statement.
Hello @donskov ,
Thanks for the info , but the link you have provided is broken.
Is there a working example ?
Sorry about the link. Please check cdn section on npm.
Hi @donskov ,
I have created a stackblitz https://stackblitz.com/edit/angular-ivy-ajuu5a?file=src%2Fapp%2Fapp.component.html
I have configured everything as per the documents.
Still shows the error , can you help me in resolving the issue ?
@donskov , just checking if you could find the issue ?
@afsalkriti I found some examples where Stencil and Angular work correctly, but I can't force our example to work. I need more time to find a solution.
@donskov , Thanks . Hope you will be able to find a solution soon .
Any workarounds until then ?