import * as $ from 'jquery';
------------------------------------------------------------------------
+* Imports editing tsconfig.json
+[source,sh]
+------------------------------------------------------------------------
+"compilerOptions": {
+ ...
+ "baseUrl": "src",
+ "paths": {
+ "@eg/*": ["app/*"],
+ "@env/*": ["environments/*"]
+ },
+ ...
+}
+------------------------------------------------------------------------
+
+== Configure Apache for lazy-loading / nested modules
+
+* Assumes ng-build is compiling to /openils/var/web/ang2 (or symlinked)
+* Another nod toward going all angular .html / no TT2 or EGWeb required.
+
+[source,sh]
+------------------------------------------------------------------------
+<Directory "/openils/var/web/ang2">
+ FallbackResource /ang2/index.html
+</Directory>
+------------------------------------------------------------------------
+
+
=== Development w/ Apache
* https://github.com/angular/angular-cli/wiki/stories-disk-serve