tomastrajan / angular-architecture-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implementation with universal

opened this issue · comments

Hi, do you have a exemple to implement this architecture with angular universal ?

thank you! loved your post on medium

Hi @kegau14 !

No I don't have such an example but my expectation would be that it will just work!

Try creating new angular app, then add universal using ng add @nguniversal/express-engine and implement the architecutre.

Good luck!