From 0c962712b3ffa17e823355822b9f88d845792950 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Thu, 1 Sep 2016 02:08:57 +0100 Subject: [PATCH] chore: update to rc6 (#2177) --- gulpfile.js | 1 + .../ts/app/hero-list-auto.component.ts | 2 +- .../ts/app/hero-list-basic.component.ts | 2 +- ...ero-list-combined-transitions.component.ts | 2 +- .../hero-list-enter-leave-states.component.ts | 2 +- .../ts/app/hero-list-enter-leave.component.ts | 2 +- .../ts/app/hero-list-groups.component.ts | 2 +- .../app/hero-list-inline-styles.component.ts | 2 +- .../ts/app/hero-list-multistep.component.ts | 2 +- .../ts/app/hero-list-timings.component.ts | 2 +- .../ts/app/hero-list-twoway.component.ts | 2 +- .../architecture/ts/app/backend.service.ts | 2 +- .../ts/app/app.module.ts | 10 +++++-- .../cb-component-communication/ts/app/main.ts | 4 +-- .../ts/app/app.component.ts | 5 +--- .../ts/app/app.module.ts | 5 +++- .../ts/app/parent-finder.component.ts | 2 +- .../{e2e-spec.ts => e2e-spec.ts.disabled} | 0 .../cb-set-document-title/ts/app/main.ts | 4 +-- public/docs/_examples/cb-ts-to-js/e2e-spec.ts | 2 +- .../hero-di-inject-additional.component.js | 15 +++------- .../docs/_examples/cb-ts-to-js/js/app/main.js | 29 +++++++++---------- .../hero-di-inject-additional.component.ts | 15 +++------- .../docs/_examples/cb-ts-to-js/ts/app/main.ts | 5 +--- .../dependency-injection/ts/app/app.module.ts | 27 +++++++++++++++-- .../dependency-injection/ts/app/main.ts | 4 +-- .../ts/app/providers.component.ts | 14 +-------- .../displaying-data/ts/app/main.1.ts | 18 ------------ .../homepage-hello-world/ts/index.1.html | 2 +- .../homepage-tabs/ts/app/app.module.ts | 17 +++++++++++ .../_examples/homepage-tabs/ts/app/di_demo.ts | 5 +--- .../_examples/homepage-tabs/ts/app/main.ts | 6 ++-- .../_examples/homepage-tabs/ts/index.1.html | 2 +- .../homepage-todo/ts/app/app.module.ts | 8 ++++- .../homepage-todo/ts/app/todo_app.ts | 5 +--- .../_examples/homepage-todo/ts/index.1.html | 2 +- .../_examples/lifecycle-hooks/e2e-spec.ts | 7 ++--- .../ts/app/do-check.component.ts | 14 ++------- public/docs/_examples/package.json | 28 +++++++++--------- .../_examples/quickstart/js/package.1.json | 26 ++++++++--------- .../_examples/quickstart/ts/package.1.json | 26 ++++++++--------- .../_examples/quickstart/ts/typings.1.json | 4 +-- .../ts/app/bypass-security.component.ts | 4 +-- .../docs/_examples/style-guide/ts/app/main.ts | 4 +-- .../systemjs.config.plunker.build.js | 8 +---- .../docs/_examples/systemjs.config.plunker.js | 11 ++++--- .../_examples/template-syntax/ts/app/main.ts | 4 +-- public/docs/_examples/typings.json | 4 +-- .../_examples/webpack/ts/package.webpack.json | 23 +++++++-------- .../docs/_examples/webpack/ts/typings.1.json | 4 +-- public/docs/js/latest/_data.json | 2 +- public/docs/js/latest/cookbook/ts-to-js.jade | 3 +- public/docs/ts/_cache/guide/security.jade | 2 +- public/docs/ts/latest/_data.json | 2 +- public/docs/ts/latest/guide/animations.jade | 2 +- public/docs/ts/latest/guide/security.jade | 2 +- tools/plunker-builder/indexHtmlTranslator.js | 4 +-- 57 files changed, 194 insertions(+), 219 deletions(-) rename public/docs/_examples/cb-form-validation/{e2e-spec.ts => e2e-spec.ts.disabled} (100%) delete mode 100644 public/docs/_examples/displaying-data/ts/app/main.1.ts create mode 100644 public/docs/_examples/homepage-tabs/ts/app/app.module.ts diff --git a/gulpfile.js b/gulpfile.js index 7a3e0751f5..c4ed6195a7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -633,6 +633,7 @@ gulp.task('build-dart-api-docs', ['_shred-api-examples', 'dartdoc'], function() return buildApiDocsForDart(); }); +// Using the --build flag will use systemjs.config.plunker.build.js (for preview builds) gulp.task('build-plunkers', ['_copy-example-boilerplate'], function() { regularPlunker.buildPlunkers(EXAMPLES_PATH, LIVE_EXAMPLES_PATH, { errFn: gutil.log, build: argv.build }); return embeddedPlunker.buildPlunkers(EXAMPLES_PATH, LIVE_EXAMPLES_PATH, { errFn: gutil.log, build: argv.build }); diff --git a/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts b/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts index 621d144a1f..39d69f2c91 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-auto.component.ts @@ -17,7 +17,7 @@ import { Heroes } from './hero.service'; template: ` diff --git a/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts b/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts index 4bd42e1616..c74ef90b8b 100644 --- a/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts +++ b/public/docs/_examples/animations/ts/app/hero-list-basic.component.ts @@ -27,7 +27,7 @@ import { Heroes } from './hero.service'; template: `