For questions regarding Angular specific to version 15. Please include all relevant tags on your question; e.g., [Angular], [TypeScript], etc.
Questions tagged [angular15]
342 questions
0
votes
0 answers
How can I find an item in an array and remove it
I'm trying to remove an item inside the _state[] by comparing the id of the item to be removed. I used filter but when trying to call this action throw the store all the values are still showing.
export const bookReducer = createReducer(
…

Alex Rodriguez
- 57
- 6
0
votes
0 answers
Error at "column.headerCell" in mat-table
I'm trying to make a mat-table, in angular 15, but it's giving the following error:
ERROR TypeError: column.headerCell is undefined
Mt HTML looks like this: