What is the difference between a stateful and stateless component in AngularJs ?

devquora
devquora

Posted On: Feb 22, 2018

 

A stateful component is a detail implementation of the component that can change over time and the stateful components can have stateless components inside them, while the stateless components are a plain JavaScript function.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions