Hi,
Thanks but it is not really what I'm looking for.
In Angular, you can create
Components, which are the basic building blocks of an Angular app. In the app here :
https://stackblitz.com/edit/angular-kuwp8m, I have a hello.component.ts. Is it possible to load that hello.component.ts in a node or use it as a node directly?
I can see that you can have html as a node type, but that is not really what I'm looking for. I'm looking at how can I reuse an already existing component and load it as a node. Is this possible ?
Thank you