rc.5 upgrade complete for web, desktop and NativeScript (#208)
* 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
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- gulpfile.ts 3 additions, 2 deletionsgulpfile.ts
- karma.conf.js 2 additions, 11 deletionskarma.conf.js
- nativescript/app/app.ts 18 additions, 31 deletionsnativescript/app/app.ts
- nativescript/app/native.module.ts 64 additions, 0 deletionsnativescript/app/native.module.ts
- nativescript/app/pages/app/app.component.ts 16 additions, 13 deletionsnativescript/app/pages/app/app.component.ts
- nativescript/app/shared/nativescript-config.spec.ts 0 additions, 11 deletionsnativescript/app/shared/nativescript-config.spec.ts
- nativescript/app/shared/nativescript-config.ts 0 additions, 3 deletionsnativescript/app/shared/nativescript-config.ts
- nativescript/app/shared/nativescript/index.ts 3 additions, 26 deletionsnativescript/app/shared/nativescript/index.ts
- nativescript/package.json 51 additions, 52 deletionsnativescript/package.json
- package.json 17 additions, 15 deletionspackage.json
- src/client/app/components/about/about.component.spec.ts 3 additions, 10 deletionssrc/client/app/components/about/about.component.spec.ts
- src/client/app/components/about/about.component.tns.css 1 addition, 1 deletionsrc/client/app/components/about/about.component.tns.css
- src/client/app/components/about/about.module.ts 11 additions, 0 deletionssrc/client/app/components/about/about.module.ts
- src/client/app/components/about/about.routes.ts 2 additions, 3 deletionssrc/client/app/components/about/about.routes.ts
- src/client/app/components/app.component.e2e-spec.ts 1 addition, 1 deletionsrc/client/app/components/app.component.e2e-spec.ts
- src/client/app/components/app.component.html 0 additions, 0 deletionssrc/client/app/components/app.component.html
- src/client/app/components/app.component.spec.ts 53 additions, 0 deletionssrc/client/app/components/app.component.spec.ts
- src/client/app/components/app.component.tns.html 2 additions, 0 deletionssrc/client/app/components/app.component.tns.html
- src/client/app/components/app.component.ts 21 additions, 0 deletionssrc/client/app/components/app.component.ts
Loading
Please register or sign in to comment