Friday, 21 December 2018

Implementing Angular Universal and my app-root doesn't contain any tags

After installing angular universal dependencies by using

ng add @nguniversal/express-engine --clientProject

and running it by using ng serve --port 4000 it didn't encounter any problem.

But when I run it on localhost:4000 my app-root is always empty and doesn't contain any meta tags ?

I tried searching for an answer but I didn't find a similar problem. Any suggestions what might be the problem?



from Implementing Angular Universal and my app-root doesn't contain any tags

No comments:

Post a Comment