ang2 notes
authorBill Erickson <berickxx@gmail.com>
Thu, 30 Nov 2017 13:00:39 +0000 (08:00 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 30 Nov 2017 13:00:39 +0000 (08:00 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
NOTES.adoc

index 5f40a71..7fc2e99 100644 (file)
@@ -163,17 +163,20 @@ import * as $ from 'jquery';
  * Basically, use 'ng build --watch' -- it will compile the build
    into .js, etc. files and recompile as the code is updated.  
  * Beware --deploy-url for setting base path for JS, etc. src's.
+   ng build --deploy-url /webby/ --base-href /webby/ --output-path  ../web/webby/  --watch
 
 
 == ng-bootstrap / Bootstrap 4
-* No more glyphicons
-* https://material.io/icons/
+* No more glyphicons -- note also licensing issues.
+* https://material.io/icons/ -- apache license
 
 == Upgrading...
 
 * Angular2 rewritten from scratch (in typescript)
 * Bootstrap4 is a "reboot"
 * ng-bootstrap rewritten from scratch
+* ng-build compiles the TS for us and handles the bundling, but we can't
+  mix this w/ TT easily.
 
 == ng-upgrade, etc.