
Explanation
To design a component that can be used in all the departmental apps to display the total number of client issues in bold colors, you should perform the following four actions in sequence:
Create a connection to the engineering issues list and retrieve the total number of critical issues.
Create an output parameter and set the value of the parameter to the total number of critical issues.
Create a new component in the first department app.
Create and format a label to display the total number of critical issues, and display the counter output parameter in the department app.