Preview in data models

Hi @cedson ! Yes this should be possible. I recommend checking out this article: Dynamic Blog Article using Next.JS

Which I believe has what you are looking for. This specific article is written fro Next JS but the general logic is the same and can be applied to Angular . This will generate a new blog every time you create a data model entry, assuming you have the integration set in your app to fetch all of the data models when generating pages.

Within the template model you can use targeting to have an entry targeted to the base page at /blog that has a page of all blog data and then have the regular template at /blog/[slug]

Hope this helps let us know if oyu have any further questions!