I'm implementing SEO in my angular project, then I'm building it using the following command. in the project folder Dist/Browser Dist/Server is formed. How should I host them? I have no node.js support in my hosting.
Also, when I run it on localhost, the source of the page is visible, but the data I pulled from the API is not visible. How do I solve this problem? My goal is to show all HTML elements in the project in the page source. Now only <app-root></app-root> is visible.
Commands used:
ng add @nguniversal/express-engine
npm run dev:ssr
ng run build:ssr
angular project version: 12