I am seeking assistance in creating a reusable component for the Angular Material Mat-table.
I have made progress on loading data from the parent component to the child component, as can be seen in StackBlitz, but I now want to apply pipes to the data before displaying it in the mat-table. I read that this should be done in the parent component's ts file before passing the data (arrayOfObjects) to the child component. I'm struggling with how to implement this, so any guidance would be appreciated.
Here is the source regarding using Pipes
Additionally, I want to use action buttons within the Mat-table in a reusable manner. While I have attempted this, I don't believe my implementation is truly reusable. Any suggestions on how to improve this would be welcomed.
I realize my explanation may be lacking details, but I genuinely require help with these issues. Please take a look at the StackBlitz linked to better understand the problem.
View the StackBlitz for more information
Thank you in advance for your assistance