diff --git a/aio/content/guide/universal.md b/aio/content/guide/universal.md index 0531e55f06..75ce0e388b 100644 --- a/aio/content/guide/universal.md +++ b/aio/content/guide/universal.md @@ -13,6 +13,13 @@ For a more detailed look at different techniques and concepts surrounding SSR, c You can easily prepare an application for server-side rendering using the [Angular CLI](guide/glossary#cli). The CLI schematic `@nguniversal/express-engine` performs the required steps, as described below. +
+ + Angular Universal requires an [active LTS or maintenance LTS](https://nodejs.org/about/releases) version of Node.js. + See the `engines` property in the [package.json](https://unpkg.com/browse/@angular/platform-server/package.json) file to learn about the currently supported versions. + +
+
**Note:** Download the finished sample code,