From 5e509525346c8b9a83405710c78d698a6f54f043 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 30 Nov 2017 08:00:39 -0500 Subject: [PATCH] ang2 notes Signed-off-by: Bill Erickson --- NOTES.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 2.11.0