How to use Node-red flows in a Angular Website

I already has a website built using angular. Is there any way to embed node-red flows in to the angular site or in the HTML?My objective is to create a button in the website which will consume/use the node-red flow to display the output. Is it possible in Node-red?

Node-RED flows need the Node-RED server to run. They are not stand alone,

So we cannot consume the flow in another angular website? rather we can only develop our own website using node-run?

This is also being discussed in slack at the moment

Hello
Thanks for your question I really found it helpful as I want to do the same.
I found some documentation of embedding "node.red" into an existing app, did you check it?
if yes did you find the way of how to use the code ? cause I couldn't.
Thank you