- Sep 18, 2016
-
-
-
Nathan Walker authored
-
- Sep 16, 2016
-
-
Minko Gechev authored
fix(tools): remove typings.d.ts from project tsconfig
-
Minko Gechev authored
fix(build.assets.prod) excluding tsconfig.json
-
Minko Gechev authored
Update README.md
-
Robert van Kints authored
-
Austin Adams authored
Fixes spelling
-
- Sep 15, 2016
-
-
mgechev authored
* sasikumardr/master: Alphabetically sort imports to comply with style guide Additional fix for #1269. Also mapping /dist/dev/css/ to /css/ in index.html
-
mgechev authored
Fix #1337
-
Minko Gechev authored
update @angular/platform-server
-
Dan Garcia authored
-
-
Nathan Walker authored
-
Minko Gechev authored
chore: angular2 final - woo-hoo!!!
-
Nathan Walker authored
-
-
Nathan Walker authored
Angular 2 Final !!! :) :) :) - fully working with web, {N}, and Electron desktop.
-
Nathan Walker authored
-
Sasikumar D R authored
-
- Sep 14, 2016
-
-
Sasikumar D R authored
-
mgechev authored
Fix #1332
-
- Sep 13, 2016
-
-
Nathan Walker authored
-
Minko Gechev authored
handle endponts with '.' in dev environemnt (browser-sync middleware)…
-
Sasikumar D R authored
-
Minko Gechev authored
update to Angular 2.0.0 rc.7
-
Nightapes authored
-
-
Nightapes authored
-
https://github.com/mgechev/angular2-seedmgechev authored
* 'master' of https://github.com/mgechev/angular2-seed: "es6-module-loader": "^0.17.8", is deprecated. refactor(tools): change config typescript module export to es6
-
mgechev authored
-
- Sep 12, 2016
-
-
Minko Gechev authored
"es6-module-loader": "^0.17.8, is deprecated.
-
Junus Ergin authored
"es6-module-loader": "^0.17.8", is deprecated and should be changed to "es-module-loader": "^1.0.0",
-
- Sep 10, 2016
-
-
Minko Gechev authored
refactor(tools): change config typescript module export to es6
-
mgechev authored
-
mgechev authored
-
mgechev authored
-
Minko Gechev authored
tslint-stylish config fixed
-
- Sep 09, 2016
-
-
Nathan Walker authored
* feat(build): add ahead of time compilation * fix(deps): add platform-server and ts 1.9 * feat(build): add minification with google closure compiler * chore(deps): update to angular 2.0.0-rc.6 * chore(deps): update to typescript to 2.0.2 * fix(karma): update timeout * fix(css): fix css-lint issues * test(about.component): remove unused FormsModule * moved angular js.map to angular section * fix(test): use element's querySelectorAll * chore: rc.6 testing * Add link to jspm version of seed * chore(build.prod): use uglify instead of closure compiler * fix: angulartics2 TS issue * fix tslint issue semicolon was missing * Karma watch waits for an available file handler Karma watch must wait before files descriptors are available before starting * fix wrong type semicolon expect an array and not only true or false. Fixed it * feat(build): add option to not use AoT * fix(build.dev): blacklist the aot entry file * fix(build.js.dev): remove unused import * Fixed system-config.js import link to include APP_BASE Fixes https://github.com/mgechev/angular2-seed/issues/1295 * fix(e2e): add AoT main to blacklist and set proper systemjs config Fix #1299 * Fix for issue #1300 * Fix for issue #1300 * Log exception message instead of generic error message It is better to log the actual error message, because a exception can have different causes. For example: In the current implementation a syntax error, in a config file, will produce 'Cannot find ${configPath}'. Because this is misleading, this commit changes the behavior to log the actual exception message (f. e. 'Unable to compile TypeScript'). * Skip main-prod.ts in non-AoT build for multi-app scenario. Fix for #1305 * chore: rc.6 compatible NativeScript :) * chore: rc.6 update
-
- Sep 08, 2016
-
-
Minko Gechev authored
Skip main-prod.ts in non-AoT build for multi-app scenario. Fix for #1305
-
Sasikumar D R authored
-