From 1b3bf11d206d8500dd28122d8299b272b618d031 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Tue, 28 Feb 2017 01:11:22 +0200 Subject: [PATCH] Update 2-install-deps.md use npm @types namescape instead of typings --- universal.angular.io/quickstart/2-install-deps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```