* 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.