Answer the question
In order to leave comments, you need to log in
How to display object of objects in angular 7?
There is an object of objects.
var rielt: Object = {
buy: {
name: 'Купить',
type: {
name: 'somename',
thing: {
room: 'Комната',
home:'Квартира'
}
}
},
rent: {
name: 'Арендовать',
type: {
name: 'somename',
thing: {
room: 'Дом',
home:'Замлю'
}
}
}
};
<mat-option value="buy">Купить</mat-option>
<mat-option value="rent">Арендовать</mat-option>
<mat-option value="room">Комната'</mat-option>
<mat-option value="home">Квартира</mat-option>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question