DEV Community

Discussion on: 2 Ways To Dynamically Load Angular Components

Collapse
 
wparad profile image
Warren Parad

Yeah it doesn't matter if you have:
<component :is="widget" :prop1="1" />
or
<:widget :prop1="1" />

You'll get the same thing rendered.