SteveSandersonMS
|
e8dd8089d4
|
In Angular2Spa, fix HMR with 2.4.6 and relax version dependency to allow arbitrary 2.x again. Fixes #643
|
2017-02-09 15:14:30 +00:00 |
|
SteveSandersonMS
|
2ba5a0ac93
|
As per #325, reference module.hot directly instead of via a local var, because Webpack does static analysis that looks for this
|
2016-09-20 16:51:50 +01:00 |
|
SteveSandersonMS
|
19684f2b7d
|
In Angular2Spa template, use per-component scoped styles. Fixes common config issues like #234.
|
2016-09-20 10:06:23 +01:00 |
|
SteveSandersonMS
|
cd18489f00
|
Fix HMR again following previous change
|
2016-09-19 17:40:17 +01:00 |
|
SteveSandersonMS
|
41f1f6fe82
|
Delay Angular 2 bootstrapping until DOMContentLoaded
|
2016-09-19 16:56:50 +01:00 |
|
SteveSandersonMS
|
494c7b585c
|
Fix trailing whitespace
|
2016-09-19 16:05:22 +01:00 |
|
SteveSandersonMS
|
a91b6a6b5c
|
Make HMR work again
|
2016-09-19 13:50:26 +01:00 |
|
SteveSandersonMS
|
a1c1bdb1e6
|
Simplify imports in boot-client.ts
|
2016-09-19 13:18:44 +01:00 |
|
SteveSandersonMS
|
297b4dbd92
|
Move more modules to vendor bundle. Remove explicit reflect-metadata reference (no longer needed).
|
2016-09-19 13:09:12 +01:00 |
|
SteveSandersonMS
|
8f550c5706
|
Simplify Angular 2 template where possible
|
2016-09-19 12:44:25 +01:00 |
|
Mark Pieszak
|
ce0d2089d2
|
ng2 2.0, Universal 2.0, TS 2.0, Preboot 4.*
|
2016-09-19 09:12:03 +01:00 |
|
Simon Kamlet
|
77b404188b
|
fix angular's (click) events not being triggered on IE9
|
2016-07-26 14:50:17 +01:00 |
|
SteveSandersonMS
|
8f2117cf89
|
Upgrade Angular template to Angular 2 RC3 and migrate to new @angular/router
|
2016-06-28 12:40:14 +01:00 |
|
SteveSandersonMS
|
9ea1ca0a9b
|
Trivial tweak to import ordering
|
2016-05-17 16:25:15 +01:00 |
|
Andrei Tserakhau
|
58a1aa3538
|
chore(ng2-template): upgrade angular 2 template to rc1 version
|
2016-05-17 16:00:16 +01:00 |
|
SteveSandersonMS
|
770a74c25b
|
Update Angular2Spa template to newer dependencies
|
2016-04-08 11:41:20 +01:00 |
|
SteveSandersonMS
|
67483b4ab6
|
Fix Angular 2 polyfills
|
2016-04-07 15:44:29 +01:00 |
|
SteveSandersonMS
|
b797c9cc1a
|
In all the app templates, load and execute the Bootstrap JS code
|
2016-03-01 16:26:05 +00:00 |
|
SteveSandersonMS
|
4dcf63dab4
|
Change Angular2 template to use vendor DLL too. Temporarily disabled server-side prerendering.
|
2016-03-01 14:30:42 +00:00 |
|
SteveSandersonMS
|
a5509b86e4
|
In Angular 2 template, always load CSS via ExtractTextPlugin (otherwise you get a bad FOUC when loading server-prerendered page)
|
2016-03-01 00:40:37 +00:00 |
|
SteveSandersonMS
|
47ba251923
|
Add server-side prerendering for Angular 2 template
|
2016-02-29 19:29:04 +00:00 |
|