Robusta interview question

what is the difference between directive and component in angular ?

Interview Answer

Anonymous

8 Jul 2021

component is a directive and it comes with a view html+css but directive is not a component

1