Do you have a fiddle of a blog page example? Do we create another page model for our blog so that our normal page model doesn’t include blog specific fields ?
How do we include additional page models in Angular do we just pop multiple components in our app ?
We want specific URLs with each blog page so we assume this is the best way to do it, rather than using sections like your example ?
On my actual blog page how do I link things like Author, Title Description to my blog page model data .
I edited the question a bit removing some of the copy and paste timelines from our previous thread in hopes that it would make this a thread others can benefit from as well. Let me know if there’s anything missing!
Thanks for this much appreciated. All my questions are answered except for the last one (because we are using a page model for this). How do I bind on page data on a given page to the model data of that page ?