'angular: avoid rerender prerendered page serverd by apache
I do a npm run prerender and serve the produced pages via apache.
Browser loads the prerendered page perfectly.
But then angular initializes and rerenders. If content of the page depends on an api call, it results in a flickering.
How can i avoid that angular renders a by browser fetched prerendered page again?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
