You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
An up-to-date Angular 5 will not have @angular/http as a dependency as it is now deprecated in favor of @angular/common/http, and @angular/platform-server requires it.
(as discussed in #276 it should even be removed from the default schematics)
The universal schematics should do the extra mile and check if the dependency is in the package.json and add it if necessary, as it does for @angular/platform-server.