Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
952 views

Wrap ControlValueAccessor in another Component

For a side project, I have made a new implementation of ControlValueAccessor (a matrix selection AKA: a table where you can select and de-select cells). An options Input can be supplied to change how ...
Smanders's user avatar
2 votes
1 answer
6k views

Angular 7 Mapping object with array of object to mat table

I am trying to map one of my object to mat-table. Input object from Web API is as follows: [ { "inventoryId": 1004, "inventoryName": "Red Shirt Material", "dateReport": [...
Pradeep K's user avatar
  • 317