From: Bill Erickson Date: Mon, 5 Nov 2018 16:51:36 +0000 (-0500) Subject: ang6 notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=46b3201673fd00b8b34054372d5dd73cb63c1744;p=working%2Frandom.git ang6 notes Signed-off-by: Bill Erickson --- 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
+