I'm confused about the Angular Universal setup. When i run localhost:4000 on Google Chrome, theres no data inside the <app-root>
but when on Mozilla there a data on it. I saw from docs and tutorials that you know you successfully installed Angular Universal Server Side Rendering on it when there some data inside the <app-root>
. There's also a service workers installed BTW. Is there any problem with Angular Universal Setup since there's no error when i run it?
Pls see the images below
RUN COMMAND
GOOGLE CHROME
MOZILLA FIREFOX