Commit Graph

33 Commits

Author SHA1 Message Date
SteveSandersonMS
494c7b585c Fix trailing whitespace 2016-09-19 16:05:22 +01:00
SteveSandersonMS
358ee2261e Make indentation consistent 2016-09-19 15:43:58 +01:00
SteveSandersonMS
85dfdd9b50 Move tsconfig into ClientApp dir, since it's not needed at root 2016-09-19 14:04:00 +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
Mark Pieszak
96228711f2 chore(package): Update to rc4, beta router & universal 104.5
104.5 includes some bug fixes.
Router beta update required pathMatch on home.

Tested w/ JS on/off everything passes & works.
2016-07-26 14:46:11 +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
8423233f44 Update to angular2-universal 0.103.0 and amend boot-server.ts to fix "there can only be one platform" issue 2016-06-22 17:02:11 +01:00
SteveSandersonMS
9ea1ca0a9b Trivial tweak to import ordering 2016-05-17 16:25:15 +01:00
Andrei Tserakhau
41d1c14770 bug(ng2-template): fix issue with not disposed boot object 2016-05-17 16:00:16 +01:00
Andrei Tserakhau
58a1aa3538 chore(ng2-template): upgrade angular 2 template to rc1 version 2016-05-17 16:00:16 +01:00
SteveSandersonMS
c073248981 Remove Angular 2 Music Store workarounds for an fx bug that was fixed in RC2 2016-05-02 13:13:50 -07:00
SteveSandersonMS
a0c47252ca Update to latest Angular2/angular-universal and use relative URLs in template's HTTP request 2016-04-21 11:36:27 +01:00
SteveSandersonMS
51650f4623 Clean up RC1 bug workaround 2016-04-14 14:59:41 +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
c8a7ac95a9 Make async data fetching work on the server with Angular 2 2016-04-05 20:31:21 +01:00
SteveSandersonMS
89c8dd3b36 Update Angular2Spa to current versions of Angular 2, angular2-universal-preview, etc. 2016-03-31 16:41:24 +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
c55f14caf1 Minor tidy-up 2016-03-01 01:24:58 +00:00
SteveSandersonMS
74cac774f8 Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +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
bfc993af50 Support loading prerenderer boot module via Webpack config; use this in Angular 2 template 2016-03-01 00:04:51 +00:00
SteveSandersonMS
47ba251923 Add server-side prerendering for Angular 2 template 2016-02-29 19:29:04 +00:00
SteveSandersonMS
6d2e51bf63 Add data fetching example for Angular 2 template 2016-02-29 11:27:19 +00:00
SteveSandersonMS
97ac684652 Change Angular 2 template to use app-style layout, like the React template 2016-02-29 11:11:07 +00:00
SteveSandersonMS
d102fdb363 Enable Webpack dev middleware and basic (non-state-preserving) HMR for Angular template 2016-02-29 10:48:26 +00:00
SteveSandersonMS
de488987c1 Add Angular2Spa template 2016-02-23 23:13:20 +00:00