Looking for some guidance on creating a dynamic page similar to this DemoPage. The goal is to have the content editable and pulling data from the backend. However, I am facing challenges in achieving the desired layout as shown in the sample page CreatedPage.
The main issue I'm encountering is ensuring that the heading remains on the left side above each paragraph, while maintaining the alignment of the paragraphs and pictures which need to reverse with each iteration. Currently, I am using class binding based on an alignment property for reversing rows.
At the moment, the paragraphs are not aligning properly with the pictures, making it quite challenging to achieve the desired result. Any suggestions on how I can solve this issue? Feel free to review the code on this stackblitz site PageCreated