aspnetcore/templates/Angular2Spa
SteveSandersonMS c55f14caf1 Minor tidy-up 2016-03-01 01:24:58 +00:00
..
ClientApp Minor tidy-up 2016-03-01 01:24:58 +00:00
Controllers Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
Views Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
typings For Angular 2 template, compile directly from TS->ES5. Remove use of Babel altogether. 2016-03-01 00:13:57 +00:00
wwwroot Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
.gitignore Add Angular2Spa template 2016-02-23 23:13:20 +00:00
Dockerfile Add Angular2Spa template 2016-02-23 23:13:20 +00:00
README.md Add Angular2Spa template 2016-02-23 23:13:20 +00:00
Startup.cs Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
appsettings.json Add Angular2Spa template 2016-02-23 23:13:20 +00:00
package.json For Angular 2 template, compile directly from TS->ES5. Remove use of Babel altogether. 2016-03-01 00:13:57 +00:00
project.json Add Angular2Spa template 2016-02-23 23:13:20 +00:00
tsconfig.json For Angular 2 template, compile directly from TS->ES5. Remove use of Babel altogether. 2016-03-01 00:13:57 +00:00
tsd.json For Angular 2 template, compile directly from TS->ES5. Remove use of Babel altogether. 2016-03-01 00:13:57 +00:00
webpack.config.dev.js 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
webpack.config.js 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
webpack.config.prod.js 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