- Sep 16, 2016
-
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
moved material module to its own framework and ensured it isnt currently being actively called anywhere.
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
- Sep 15, 2016
-
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
- Sep 14, 2016
-
-
Jeffrey Phillips Freeman authored
-
Jeffrey Phillips Freeman authored
-
- 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 06, 2016
-
-
Nathan Walker authored
-
- Aug 31, 2016
-
-
Nathan Walker authored
-
Nathan Walker authored
-
Minko Gechev authored
added missing info to install webdriver-manager first
-
Jochen Szostek authored
-
-
- Aug 30, 2016
-
-
Minko Gechev authored
refactor: remove "+" directory prefix for bounded contexts
-
mgechev authored
Fix #1262
-
mgechev authored
Fix #1265
-
mgechev authored
-
- Aug 29, 2016
-
-
Nathan Walker authored
-
https://github.com/mgechev/angular2-seedmgechev authored
* 'master' of https://github.com/mgechev/angular2-seed: refactor(app.component.spec.ts): updating test to RC5. removing TestComponentBuilder due it is deprecated refactor(home.component.spec.ts):updating test to RC5. removing TestComponetBuilder due is deprecated refactor(about.component.spec.ts): updating specs in order to use TestBed due TestComponentBuild is deprecated fix(app-component): remove directives Allow usage of one-level folders in PROD_DEST (#1249) Minor tslint bugfix Update README.md fix: npm start script Update README.md About Environment configuration
-
mgechev authored
-
- Aug 28, 2016
-
-
Nathan Walker authored
-
Nathan Walker authored
* fix(build): set proper config environment for prod and dev Fix #1182 * chore(.gitignore): add OS X trash file * Change <p> to closing tag * chore(deps): update to rc.5 * style(*) format code * chore(deps): update codelyzer * chore(deps): revert codelyzer * docs(README): add modules * chore(typings): update core-js Fix #1204 * feat: allow configuration of the bootstrap directory * docs(readme): add the app paremeter * docs(contributors): update the list of wiki contributors * style(router): add active route * change zone.js version to 0.6.13 so that tests can run * feat(envConfig): add static type checking * fix(build.dev): set proper sourceRoot Fix #1220 * feat(build): improve testing * feat(tests): auto run tests with a single command Auto run tests with `npm run test.watch` and provides source maps for both spec and app files. Fix #1180 Fix #1193 * Update README.md About Environment configuration * rc.5 wip * RC.5 TestBed and Test Import Updates (#204) * Fixing test bed, imports, and updating tns-ios minor release * Updating remaining spec imports * fix some module dependencies (#206) * chore: rc.5 refactor modules for NgModule * chore: {N} rc.5 upgrade wip * chore: {N} rc.5 upgrade wip * chore: rc.5 upgrade for NativeScript
-
- Aug 26, 2016
-
-
Minko Gechev authored
Updating test to RC5. TestComponentBuilder was removed
-
amedina authored
refactor(app.component.spec.ts): updating test to RC5. removing TestComponentBuilder due it is deprecated
-
amedina authored
refactor(home.component.spec.ts):updating test to RC5. removing TestComponetBuilder due is deprecated
-
Minko Gechev authored
refactor(about.component.spec.ts): updating specs to use RC5
-
amedina authored
refactor(about.component.spec.ts): updating specs in order to use TestBed due TestComponentBuild is deprecated
-
- Aug 24, 2016
-
-
Minko Gechev authored
Clean up app-component
-
Nightapes authored
-
Nightapes authored
-
Minko Gechev authored
Allow usage of one-level folders in PROD_DEST (#1249)
-
Nightapes authored
-