From f2f5d9f9aecd5ee789657d7317581ff01d43d35d Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 13 Apr 2016 19:07:20 -0700 Subject: [PATCH] docs(ts): update to beta.15 also restore accidentally deleted router sample files --- .../homepage-hello-world/ts/index.1.html | 8 +-- .../_examples/homepage-tabs/ts/index.1.html | 8 +-- .../_examples/homepage-todo/ts/index.1.html | 8 +-- public/docs/_examples/package.json | 10 ++-- .../_examples/quickstart/js/package.1.json | 4 +- .../_examples/quickstart/ts/package.1.json | 8 +-- .../_examples/quickstart/ts/typings.1.json | 2 +- .../_examples/router/ts/example-config.json | 0 public/docs/_examples/router/ts/index.html | 50 +++++++++++++++++++ public/docs/_examples/typings.json | 2 +- public/docs/dart/latest/_data.json | 2 +- public/docs/js/latest/_data.json | 2 +- public/docs/ts/latest/_data.json | 2 +- tools/plunker-builder/indexHtmlTranslator.js | 25 +++++----- 14 files changed, 91 insertions(+), 40 deletions(-) create mode 100644 public/docs/_examples/router/ts/example-config.json create mode 100644 public/docs/_examples/router/ts/index.html diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html index 3b747789d7..c311e81341 100644 --- a/public/docs/_examples/homepage-hello-world/ts/index.1.html +++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html @@ -9,14 +9,14 @@ - + - - - + + + - + - - - + + + - + - - - + + + + + + + + + + + + + + + + + + + + + + loading... + + + + diff --git a/public/docs/_examples/typings.json b/public/docs/_examples/typings.json index c06bb4d720..d6a258cfb6 100644 --- a/public/docs/_examples/typings.json +++ b/public/docs/_examples/typings.json @@ -1,6 +1,6 @@ { "ambientDependencies": { "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd", - "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd" + "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#5c182b9af717f73146399c2485f70f1e2ac0ff2b" } } diff --git a/public/docs/dart/latest/_data.json b/public/docs/dart/latest/_data.json index 20395954fe..5ff6c36d74 100644 --- a/public/docs/dart/latest/_data.json +++ b/public/docs/dart/latest/_data.json @@ -3,7 +3,7 @@ "icon": "home", "title": "Angular Docs", "menuTitle": "Docs Home", - "banner": "Welcome to angular.io/dart! The current Angular 2 release is beta.14. Consult the Change Log about recent enhancements, fixes, and breaking changes." + "banner": "Welcome to angular.io/dart! The current Angular 2 release is beta.15. Consult the Change Log about recent enhancements, fixes, and breaking changes." }, "quickstart": { diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index 90342c89f3..3e0602f0b7 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -3,7 +3,7 @@ "icon": "home", "title": "Angular Docs", "menuTitle": "Docs Home", - "banner": "Welcome to Angular in JavaScript! The current Angular 2 release is beta.14. Please consult the Change Log about recent enhancements, fixes, and breaking changes." + "banner": "Welcome to Angular in JavaScript! The current Angular 2 release is beta.15. Please consult the Change Log about recent enhancements, fixes, and breaking changes." }, "quickstart": { diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index d0533f5b6e..b0cdb6993b 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -3,7 +3,7 @@ "icon": "home", "title": "Angular Docs", "menuTitle": "Docs Home", - "banner": "Welcome to Angular in TypeScript! The current Angular 2 release is beta.14. Please consult the Change Log about recent enhancements, fixes, and breaking changes." + "banner": "Welcome to Angular in TypeScript! The current Angular 2 release is beta.15. Please consult the Change Log about recent enhancements, fixes, and breaking changes." }, "quickstart": { diff --git a/tools/plunker-builder/indexHtmlTranslator.js b/tools/plunker-builder/indexHtmlTranslator.js index 3591c8e47c..c40182adde 100644 --- a/tools/plunker-builder/indexHtmlTranslator.js +++ b/tools/plunker-builder/indexHtmlTranslator.js @@ -35,57 +35,58 @@ var _rxData = [ pattern: 'script', from: 'node_modules/systemjs/dist/system.src.js', //to: ['https://code.angularjs.org/tools/system.js', 'https://code.angularjs.org/tools/typescript.js'] - to: ['https://code.angularjs.org/tools/system.js', 'https://npmcdn.com/typescript@1.8.9/lib/typescript.js'] + //to: ['https://code.angularjs.org/tools/system.js', 'https://npmcdn.com/typescript@1.8.10/lib/typescript.js'] + to: ['https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.26/system.js', 'https://npmcdn.com/typescript@1.8.10/lib/typescript.js'] }, { pattern: 'script', from: 'node_modules/angular2/bundles/angular2.dev.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/angular2.dev.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/angular2.dev.js' }, { pattern: 'script', from: 'node_modules/angular2/bundles/angular2-all.umd.dev.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/angular2-all.umd.dev.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/angular2-all.umd.dev.js' }, { pattern: 'script', from: 'node_modules/angular2/bundles/angular2-all.umd.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/angular2-all.umd.dev.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/angular2-all.umd.dev.js' }, { pattern: 'script', from: 'node_modules/angular2/bundles/angular2-polyfills.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/angular2-polyfills.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/angular2-polyfills.js' }, { pattern: 'script', from: 'node_modules/rxjs/bundles/Rx.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/Rx.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/Rx.js' }, { pattern: 'script', from: 'node_modules/rxjs/bundles/Rx.umd.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/Rx.umd.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/Rx.umd.js' }, { pattern: 'script', from: 'node_modules/angular2/bundles/router.dev.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/router.dev.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/router.dev.js' }, { pattern: 'script', from: 'node_modules/angular2/bundles/http.dev.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/http.dev.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/http.dev.js' }, { pattern: 'script', from: 'node_modules/angular2/bundles/testing.dev.js', - to: 'https://code.angularjs.org/2.0.0-beta.14/testing.dev.js' + to: 'https://code.angularjs.org/2.0.0-beta.15/testing.dev.js' }, { pattern: 'script', from: 'node_modules/angular2/es6/dev/src/testing/shims_for_IE.js', - to: 'https://npmcdn.com/angular2@2.0.0-beta.14/es6/dev/src/testing/shims_for_IE.js' + to: 'https://npmcdn.com/angular2@2.0.0-beta.15/es6/dev/src/testing/shims_for_IE.js' }, { pattern: 'script', @@ -95,7 +96,7 @@ var _rxData = [ { pattern: 'script', from: 'node_modules/systemjs/dist/system-polyfills.js', - to: 'https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js' + to: 'https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.26/system-polyfills.js' }, { pattern: 'script',