Angular Error: ERROR TypeError: Cannot read properties of undefined (reading 'title')

preview_player
Показать описание
Solution: write a *ngIf="your_class" around it
Рекомендации по теме
Комментарии
Автор

Thank you very much I saw thousands of videos but your solution was the most effective, thank you very much

danieolartelamas
Автор

Helped me to get rid of console error. Thank you!

Kamil
Автор

It's not a good solution. You just hide an uninitialized object.

gattygamaun