How can I display more data(details) in the details popup of the TUI Calendar in Angular?

enter image description here

Title: “Unable to display more details in the TUI Calendar details popup in Angular”

Body:

I am working with the TUI Calendar in my Angular project. I have set up a calendar view, but I am facing an issue where the details page does not display additional data as expected. Although I have tried to configure the popup to show more details, only limited information appears, and the rest is missing.

Expected Results:

The details popup should display all relevant data, including additional information that I want to show when clicking on an event in the calendar.
Actual Results:

The details popup only displays a limited amount of data, and the additional details I want to show are not appearing.
Steps to Reproduce:

Set up TUI Calendar in Angular.
Configure the details popup to show more information.
Click on an event to open the details page.
Observe that only a subset of the data is displayed.