What are actions in Angular?

An action is a JavaScript object that has a type property describing what happens in your app , such as a user wants to buy IBM stock. Besides the type property, an action object can optionally have another property with a payload of data that should change the app state in some fashion.

Read more