Invoked immediately after a component is mounted.
Executes the necessary operations after the component is updated.
Component lifecycle method that is called just before the component is unmounted and destroyed. It is used to perform any necessary cleanup logic or clean up any resources that were previously allocated by this component.
Unsubscribes from previous reloadTrigger subscription and subscribes to a new reloadTrigger subscription. Whenever reloadTrigger emits a value, it forces the component to update.
Render lifecycle method
Represents a reload view component.