Reputation: 940
I'm using this Angular to universal SSR but the project angular version is 7, i am adding SSR to existing solution but not still geting this error "Client app xxx not found."....
ng add @nguniversal/express-engine --clientProject angular.io-example
Upvotes: 0
Views: 953
Reputation: 53
Check the angular.json file under projects.${your project name}
. This happened to me when I cloned the repo from GitHub.
Upvotes: 1