R
Size: a a a
R
ДД
VS
VS
DC
DC
DC
ВС
<app-table> <div let row> {{ row.name }} </div> </app-table>
https://stackblitz.com/edit/angular-material-expandable-table-rows?file=app%2Ftable%2Ftable.component.htmlA
A
VS
Д
Д
VS
Д
К
К
К
OS
К
export interface TableDialogData<T, V> {
LoadAction: ActionCreator<T, () => TypedAction<T>>;
ResultAction: ActionCreator<V, () => TypedAction<V>>;
}