The universal schematic by itself doesn't get you a working server application.
BREAKING CHANGE: universal schematic is now hidden and cannot be used with the `ng generate` command.
Users who want a working universal application should use `ng add @nguniversal/express-engine` or `ng add @nguniversal/hapi-engine`
Closes: #15166