diff --git a/universal.angular.io/quickstart/2-install-deps.md b/universal.angular.io/quickstart/2-install-deps.md index 9ef1e45..2f9cd2a 100644 --- a/universal.angular.io/quickstart/2-install-deps.md +++ b/universal.angular.io/quickstart/2-install-deps.md @@ -1,4 +1,4 @@ ``` > npm install body-parser angular2-universal preboot express --save -> typings install node express body-parser serve-static express-serve-static-core mime --ambient -``` \ No newline at end of file +> npm install @types/node @types/express @types/body-parser --save-dev +```