All Questions
Tagged with ng-container angular7
2 questions
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 ...
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": [...