For various components we use, we have different output depending on whether the author is in edit mode or preview mode (or wcmmode is disabled altogether). Is there an easy way to hook into this, such that we can leverage it when outputting content in an Angular template...and such that when it changes, we re-render the component?
I used the latest SPA archetype to generate my Angular project.
Thanks in advance!