SteveSandersonMS
|
8c456aa0fc
|
Make Karma serve .ts files with executable MIME type, otherwise newer versions of Chrome won't run it. Fixes #499
|
2017-01-03 17:35:30 +00:00 |
|
SteveSandersonMS
|
6decb30681
|
Make 'counter' components use <h1> headers to be consistent with other pages
|
2016-12-15 16:37:29 +00:00 |
|
SteveSandersonMS
|
62c0680193
|
Make 'fetchdata' components in templates compatible with latest TypeScript compiler
|
2016-11-29 19:11:03 +00:00 |
|
SteveSandersonMS
|
157b74a0cd
|
Update Angular2Spa and ReactReduxSpa to use aspnet-prerendering 2.0.0
|
2016-11-28 16:56:02 +00:00 |
|
SteveSandersonMS
|
a734a31745
|
Add Karma/Jasmine/Chai test starting point to Angular2Spa
|
2016-11-09 13:10:43 -08:00 |
|
SteveSandersonMS
|
11c45321aa
|
In Angular2Spa, use angular2-template loader as a step towards AoT compilation. Implements #356
|
2016-11-07 13:45:29 -08:00 |
|
SteveSandersonMS
|
f9145a43f6
|
In Angular2Spa server-side rendering, only render the <app> element, not an entire <html> doc
|
2016-10-31 11:46:00 +00:00 |
|
SteveSandersonMS
|
6126c4d480
|
In Angular2Spa, move tsconfig.json back to root. Fixes #346.
|
2016-10-04 11:11:58 +01:00 |
|
SteveSandersonMS
|
09b4135217
|
Further workarounds for https://github.com/dotnet/cli/issues/1396
|
2016-09-28 13:12:59 +01:00 |
|
SteveSandersonMS
|
5214a553a7
|
In Angular2Spa, server-side rendering now reports all errors
|
2016-09-21 09:29:13 +01: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
|
83cfb59c2d
|
Add comment about UniversalModule
|
2016-09-19 16:10:57 +01:00 |
|
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 |
|