As the title says is there a way to programmatically render (into a DOM element) a component in angular?
For example, in React I can use ReactDOM.render to turn a component into a DOM element. I am wondering if it's possible to something similar in Angular?