How to embed kibana dashboard into an angular applications?

Hi,

I would like to know the ways to embed kibana dashboard into an angular application(my application is angular version-8) ?

I see we can embed using iframe. Is there any other ways we can embed it ?

Please let me the process if there are any other ways to embed.

Thanks in Advance
Kavya Nagarapu.

Hi @kavya12345,

An IFrame is the correct way to embed a dashboard today. If the data is static, you can export the dashboard as a PDF or PNG instead, but you would lose all interactivity that way.

Thanks for the reply.