From 46b3201673fd00b8b34054372d5dd73cb63c1744 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 5 Nov 2018 11:51:36 -0500 Subject: [PATCH] ang6 notes Signed-off-by: Bill Erickson --- ang6-toturial.adoc | 7 +++++++ ang6-toturial.html | 23 ++++++++++++++++++----- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/ang6-toturial.adoc b/ang6-toturial.adoc index 113984de9..379b5dac4 100644 --- a/ang6-toturial.adoc +++ b/ang6-toturial.adoc @@ -304,6 +304,13 @@ thing.getThings().subscribe(oneValue => console.log(oneValue.bar)); * Fatal errors that prevent routing return to base route. +== Gotchas: Runtime Deps vs Dev Deps + +[source,sh] +---------------------------------------------------------------------- +npm install --save-dev ngx-cookie +---------------------------------------------------------------------- + == Compiling * JIT Compiler diff --git a/ang6-toturial.html b/ang6-toturial.html index 2ad76378c..a9e23e572 100644 --- a/ang6-toturial.html +++ b/ang6-toturial.html @@ -4323,6 +4323,17 @@ Fatal errors that prevent routing return to base route.
+

Gotchas: Runtime Deps vs Dev Deps

+
+
+
+
npm install --save-dev ngx-cookie
+
+
+

Compiling

ng-lint
 ng build --prod # then test
+
-- 2.11.0