docs(ts/js): update to rc1
This commit is contained in:
parent
6dfae3a407
commit
b4f567458e
|
@ -19,15 +19,15 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0-rc.0",
|
||||
"@angular/compiler": "2.0.0-rc.0",
|
||||
"@angular/core": "2.0.0-rc.0",
|
||||
"@angular/http": "2.0.0-rc.0",
|
||||
"@angular/platform-browser": "2.0.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.0",
|
||||
"@angular/router": "2.0.0-rc.0",
|
||||
"@angular/router-deprecated": "2.0.0-rc.0",
|
||||
"@angular/upgrade": "2.0.0-rc.0",
|
||||
"@angular/common": "2.0.0-rc.1",
|
||||
"@angular/compiler": "2.0.0-rc.1",
|
||||
"@angular/core": "2.0.0-rc.1",
|
||||
"@angular/http": "2.0.0-rc.1",
|
||||
"@angular/platform-browser": "2.0.0-rc.1",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
||||
"@angular/router": "2.0.0-rc.1",
|
||||
"@angular/router-deprecated": "2.0.0-rc.1",
|
||||
"@angular/upgrade": "2.0.0-rc.1",
|
||||
|
||||
"systemjs": "0.19.27",
|
||||
"es6-shim": "^0.35.0",
|
||||
|
@ -35,7 +35,7 @@
|
|||
"rxjs": "5.0.0-beta.6",
|
||||
"zone.js": "^0.6.12",
|
||||
|
||||
"angular2-in-memory-web-api": "0.0.6",
|
||||
"angular2-in-memory-web-api": "0.0.7",
|
||||
"bootstrap": "^3.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -7,21 +7,21 @@
|
|||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0-rc.0",
|
||||
"@angular/compiler": "2.0.0-rc.0",
|
||||
"@angular/core": "2.0.0-rc.0",
|
||||
"@angular/http": "2.0.0-rc.0",
|
||||
"@angular/platform-browser": "2.0.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.0",
|
||||
"@angular/router": "2.0.0-rc.0",
|
||||
"@angular/router-deprecated": "2.0.0-rc.0",
|
||||
"@angular/upgrade": "2.0.0-rc.0",
|
||||
"@angular/common": "2.0.0-rc.1",
|
||||
"@angular/compiler": "2.0.0-rc.1",
|
||||
"@angular/core": "2.0.0-rc.1",
|
||||
"@angular/http": "2.0.0-rc.1",
|
||||
"@angular/platform-browser": "2.0.0-rc.1",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
||||
"@angular/router": "2.0.0-rc.1",
|
||||
"@angular/router-deprecated": "2.0.0-rc.1",
|
||||
"@angular/upgrade": "2.0.0-rc.1",
|
||||
|
||||
"reflect-metadata": "0.1.3",
|
||||
"rxjs": "5.0.0-beta.6",
|
||||
"zone.js": "0.6.12",
|
||||
|
||||
"angular2-in-memory-web-api": "0.0.6",
|
||||
"angular2-in-memory-web-api": "0.0.7",
|
||||
"bootstrap": "^3.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -11,15 +11,15 @@
|
|||
},
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0-rc.0",
|
||||
"@angular/compiler": "2.0.0-rc.0",
|
||||
"@angular/core": "2.0.0-rc.0",
|
||||
"@angular/http": "2.0.0-rc.0",
|
||||
"@angular/platform-browser": "2.0.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.0",
|
||||
"@angular/router": "2.0.0-rc.0",
|
||||
"@angular/router-deprecated": "2.0.0-rc.0",
|
||||
"@angular/upgrade": "2.0.0-rc.0",
|
||||
"@angular/common": "2.0.0-rc.1",
|
||||
"@angular/compiler": "2.0.0-rc.1",
|
||||
"@angular/core": "2.0.0-rc.1",
|
||||
"@angular/http": "2.0.0-rc.1",
|
||||
"@angular/platform-browser": "2.0.0-rc.1",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
|
||||
"@angular/router": "2.0.0-rc.1",
|
||||
"@angular/router-deprecated": "2.0.0-rc.1",
|
||||
"@angular/upgrade": "2.0.0-rc.1",
|
||||
|
||||
"systemjs": "0.19.27",
|
||||
"es6-shim": "^0.35.0",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"rxjs": "5.0.0-beta.6",
|
||||
"zone.js": "^0.6.12",
|
||||
|
||||
"angular2-in-memory-web-api": "0.0.6",
|
||||
"angular2-in-memory-web-api": "0.0.7",
|
||||
"bootstrap": "^3.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
(function(global) {
|
||||
|
||||
var ngVer = '@2.0.0-rc.0'; // lock in the angular package version; do not let it float to current!
|
||||
var ngVer = '@2.0.0-rc.1'; // lock in the angular package version; do not let it float to current!
|
||||
|
||||
//map tells the System loader where to look for things
|
||||
var map = {
|
||||
|
@ -34,7 +34,7 @@
|
|||
'@angular/upgrade',
|
||||
];
|
||||
|
||||
// add map entries for angular packages in the form '@angular/common': 'https://npmcdn.com/@angular/common@0.0.0-3'
|
||||
// add map entries for angular packages in the form '@angular/common': 'https://npmcdn.com/@angular/common@0.0.0-3?main=browser'
|
||||
packageNames.forEach(function(pkgName) {
|
||||
map[pkgName] = 'https://npmcdn.com/' + pkgName + ngVer;
|
||||
});
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"icon": "home",
|
||||
"title": "Angular Docs",
|
||||
"menuTitle": "Docs Home",
|
||||
"banner": "Welcome to <b>Angular in JavaScript</b>! The current Angular 2 release is <b>rc.0</b>. Please consult the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'> Change Log</a> about recent enhancements, fixes, and breaking changes."
|
||||
"banner": "Welcome to <b>Angular in JavaScript</b>! The current Angular 2 release is <b>rc.1</b>. Please consult the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'> Change Log</a> about recent enhancements, fixes, and breaking changes."
|
||||
},
|
||||
|
||||
"quickstart": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"icon": "home",
|
||||
"title": "Angular Docs",
|
||||
"menuTitle": "Docs Home",
|
||||
"banner": "Welcome to <b>Angular in TypeScript</b>! The current Angular 2 release is <b>rc.0</b>. Please consult the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'> Change Log</a> about recent enhancements, fixes, and breaking changes."
|
||||
"banner": "Welcome to <b>Angular in TypeScript</b>! The current Angular 2 release is <b>rc.1</b>. Please consult the <a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank'> Change Log</a> about recent enhancements, fixes, and breaking changes."
|
||||
},
|
||||
|
||||
"quickstart": {
|
||||
|
|
|
@ -43,7 +43,7 @@ var _rxData = [
|
|||
{
|
||||
pattern: 'script',
|
||||
from: 'node_modules/zone.js/dist/zone.js',
|
||||
to: 'https://npmcdn.com/zone.js@0.6.12'
|
||||
to: 'https://npmcdn.com/zone.js@0.6.12?main=browser'
|
||||
},
|
||||
{
|
||||
pattern: 'script',
|
||||
|
|
Loading…
Reference in New Issue