Aroqui LA ROZE
Aroqui LA ROZE

Reputation: 9

How to apply Angular-Universal in Multi-project/Workspace?

I Need to Install angular-universal in my Workspace/Multi-Project Application.But the worst case is that I can't able to find any Document/video reference in angular.io(Official Website).They are demonstrated for only single project.

Need Step by step guide or any reference would be appreciated.

Upvotes: 0

Views: 743

Answers (2)

Ioan Beilic
Ioan Beilic

Reputation: 473

For new angular version:
ng add @nguniversal/express-engine --project projectName

Upvotes: 1

velval
velval

Reputation: 3312

There is not much documentation but this blog gave me a hint.

You can add Angular-Universal to a specific project in your workspace with the below command.

ng add @nguniversal/express-engine --clientProject yourProjectName

Upvotes: 1

Related Questions