Anyone have experience with installing angular universal with angular cli projects?
I tried to follow this guide:
https://universal.angular.io/quickstart/
You can use universal-cli from https://github.com/devCrossNet/angular-cli
It is a fork from angular-cli but this work with angular universal.
After you intalled with npm install -g universal-cli
create a new project with
ung new PROJECT_NAME --universal
Then the project should be ready to serve with
cd PROJECT_NAME
ung serve
I have not tested with a existing angular-cli project but maybe ung init --universal could help