ang6 notes
authorBill Erickson <berickxx@gmail.com>
Mon, 5 Nov 2018 16:51:36 +0000 (11:51 -0500)
committerBill Erickson <berickxx@gmail.com>
Mon, 5 Nov 2018 16:51:36 +0000 (11:51 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
ang6-toturial.adoc
ang6-toturial.html

index 113984d..379b5da 100644 (file)
@@ -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
index 2ad7637..a9e23e5 100644 (file)
@@ -4323,6 +4323,17 @@ Fatal errors that prevent routing return to base route.
 </div>\r
 </div>\r
 <div class="sect1 slide">\r
+<h1 id="_gotchas_runtime_deps_vs_dev_deps">Gotchas: Runtime Deps vs Dev Deps</h1>\r
+<div class="sectionbody" style="max-width:45em">\r
+<div class="listingblock">\r
+<div class="content"><!-- Generator: GNU source-highlight 3.1.8\r
+by Lorenzo Bettini\r
+http://www.lorenzobettini.it\r
+http://www.gnu.org/software/src-highlite -->\r
+<pre><tt>npm install --save-dev ngx-cookie</tt></pre></div></div>\r
+</div>\r
+</div>\r
+<div class="sect1 slide">\r
 <h1 id="_compiling">Compiling</h1>\r
 <div class="sectionbody" style="max-width:45em">\r
 <ul class="">\r
@@ -4406,11 +4417,6 @@ http://www.gnu.org/software/src-highlite -->
 Occasionally / after major changes\r
 </span>\r
 </li>\r
-<li>\r
-<span>\r
-<a href="https://github.com/leafgarland/typescript-vim">https://github.com/leafgarland/typescript-vim</a>\r
-</span>\r
-</li>\r
 </ul>\r
 <div class="listingblock">\r
 <div class="content"><!-- Generator: GNU source-highlight 3.1.8\r
@@ -4419,6 +4425,13 @@ http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite -->\r
 <pre><tt>ng-lint\r
 ng build --prod <span style="font-style: italic"><span style="color: #9A1900"># then test</span></span></tt></pre></div></div>\r
+<ul class="">\r
+<li>\r
+<span>\r
+<a href="https://github.com/leafgarland/typescript-vim">https://github.com/leafgarland/typescript-vim</a>\r
+</span>\r
+</li>\r
+</ul>\r
 </div>\r
 </div>\r
 <div class="sect1 slide">\r