From 94f17e90385645563743ff7c9c93bbc3f24e6d0a Mon Sep 17 00:00:00 2001 From: Emilio Martinez Date: Wed, 31 Oct 2018 01:04:01 -0700 Subject: [PATCH] docs: remove misplaced code in Universal guide (#26865) PR Close #26865 --- aio/content/guide/universal.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/content/guide/universal.md b/aio/content/guide/universal.md index 49ed5071a7..5140078865 100644 --- a/aio/content/guide/universal.md +++ b/aio/content/guide/universal.md @@ -385,7 +385,6 @@ Set up a webpack configuration to handle the Node Express `server.ts` file and s In your app root directory, create a webpack configuration file (`webpack.server.config.js`) that compiles the `server.ts` file and its dependencies into `dist/server.js`. -@NgModule({ const path = require('path'); const webpack = require('webpack');