From: Bill Erickson Date: Thu, 30 Nov 2017 13:00:39 +0000 (-0500) Subject: ang2 notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5e509525346c8b9a83405710c78d698a6f54f043;p=working%2Frandom.git ang2 notes Signed-off-by: Bill Erickson --- diff --git a/NOTES.adoc b/NOTES.adoc index 5f40a714a..7fc2e99cb 100644 --- a/NOTES.adoc +++ b/NOTES.adoc @@ -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.