chore: update docs to rc7
This commit is contained in:
parent
6180fd5137
commit
988694bb12
|
@ -10,7 +10,7 @@ env:
|
||||||
- DBUS_SESSION_BUS_ADDRESS=/dev/null
|
- DBUS_SESSION_BUS_ADDRESS=/dev/null
|
||||||
- DISPLAY=:99.0
|
- DISPLAY=:99.0
|
||||||
- CHROME_BIN=chromium-browser
|
- CHROME_BIN=chromium-browser
|
||||||
- LATEST_RELEASE=2.0.0-rc.6
|
- LATEST_RELEASE=2.0.0-rc.7
|
||||||
- TASK_FLAGS="--dgeni-log=warn"
|
- TASK_FLAGS="--dgeni-log=warn"
|
||||||
matrix:
|
matrix:
|
||||||
- TASK=lint
|
- TASK=lint
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<script src="node_modules/zone.js/dist/zone.js"></script>
|
<script src="node_modules/zone.js/dist/zone.js"></script>
|
||||||
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
||||||
|
|
||||||
<script src="node_modules/rxjs/bundles/Rx.umd.js"></script>
|
<script src="node_modules/rxjs/bundles/Rx.js"></script>
|
||||||
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
||||||
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
||||||
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<script src="node_modules/zone.js/dist/zone.js"></script>
|
<script src="node_modules/zone.js/dist/zone.js"></script>
|
||||||
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
||||||
|
|
||||||
<script src="node_modules/rxjs/bundles/Rx.umd.js"></script>
|
<script src="node_modules/rxjs/bundles/Rx.js"></script>
|
||||||
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
||||||
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
||||||
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<script src="node_modules/zone.js/dist/zone.js"></script>
|
<script src="node_modules/zone.js/dist/zone.js"></script>
|
||||||
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
||||||
|
|
||||||
<script src="node_modules/rxjs/bundles/Rx.umd.js"></script>
|
<script src="node_modules/rxjs/bundles/Rx.js"></script>
|
||||||
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
||||||
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
||||||
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<!-- Polyfill(s) for older browsers -->
|
<!-- Polyfill(s) for older browsers -->
|
||||||
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
|
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
|
||||||
|
|
||||||
<script src="https://unpkg.com/zone.js@0.6.17"></script>
|
<script src="https://unpkg.com/zone.js@0.6.21"></script>
|
||||||
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
|
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
|
||||||
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
|
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
|
||||||
<script src="https://unpkg.com/typescript@1.8.10/lib/typescript.js"></script>
|
<script src="https://unpkg.com/typescript@1.8.10/lib/typescript.js"></script>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<!-- Polyfill(s) for older browsers -->
|
<!-- Polyfill(s) for older browsers -->
|
||||||
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
|
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
|
||||||
|
|
||||||
<script src="https://unpkg.com/zone.js@0.6.17"></script>
|
<script src="https://unpkg.com/zone.js@0.6.21"></script>
|
||||||
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
|
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
|
||||||
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
|
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
|
||||||
<script src="https://unpkg.com/typescript@1.8.10/lib/typescript.js"></script>
|
<script src="https://unpkg.com/typescript@1.8.10/lib/typescript.js"></script>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<!-- Polyfill(s) for older browsers -->
|
<!-- Polyfill(s) for older browsers -->
|
||||||
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
|
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
|
||||||
|
|
||||||
<script src="https://unpkg.com/zone.js@0.6.17"></script>
|
<script src="https://unpkg.com/zone.js@0.6.21"></script>
|
||||||
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
|
<script src="https://unpkg.com/reflect-metadata@0.1.3"></script>
|
||||||
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
|
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
|
||||||
<script src="https://unpkg.com/typescript@1.8.10/lib/typescript.js"></script>
|
<script src="https://unpkg.com/typescript@1.8.10/lib/typescript.js"></script>
|
||||||
|
|
|
@ -25,23 +25,23 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.6",
|
"@angular/common": "2.0.0-rc.7",
|
||||||
"@angular/compiler": "2.0.0-rc.6",
|
"@angular/compiler": "2.0.0-rc.7",
|
||||||
"@angular/compiler-cli": "0.6.0",
|
"@angular/compiler-cli": "0.6.1",
|
||||||
"@angular/core": "2.0.0-rc.6",
|
"@angular/core": "2.0.0-rc.7",
|
||||||
"@angular/forms": "2.0.0-rc.6",
|
"@angular/forms": "2.0.0-rc.7",
|
||||||
"@angular/http": "2.0.0-rc.6",
|
"@angular/http": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser": "2.0.0-rc.6",
|
"@angular/platform-browser": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
|
||||||
"@angular/router": "3.0.0-rc.2",
|
"@angular/router": "3.0.0-rc.3",
|
||||||
"@angular/upgrade": "2.0.0-rc.6",
|
"@angular/upgrade": "2.0.0-rc.7",
|
||||||
"angular2-in-memory-web-api": "0.0.18",
|
"angular2-in-memory-web-api": "0.0.19",
|
||||||
"bootstrap": "^3.3.6",
|
"bootstrap": "^3.3.6",
|
||||||
"core-js": "^2.4.1",
|
"core-js": "^2.4.1",
|
||||||
"reflect-metadata": "^0.1.3",
|
"reflect-metadata": "^0.1.3",
|
||||||
"rxjs": "5.0.0-beta.11",
|
"rxjs": "5.0.0-beta.12",
|
||||||
"systemjs": "0.19.27",
|
"systemjs": "0.19.27",
|
||||||
"zone.js": "^0.6.17"
|
"zone.js": "^0.6.21"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular-cli": "^1.0.0-beta.5",
|
"angular-cli": "^1.0.0-beta.5",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<script src="node_modules/zone.js/dist/zone.js"></script>
|
<script src="node_modules/zone.js/dist/zone.js"></script>
|
||||||
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
||||||
|
|
||||||
<script src="node_modules/rxjs/bundles/Rx.umd.js"></script>
|
<script src="node_modules/rxjs/bundles/Rx.js"></script>
|
||||||
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
||||||
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
||||||
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
||||||
|
|
|
@ -7,23 +7,22 @@
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.6",
|
"@angular/common": "2.0.0-rc.7",
|
||||||
"@angular/compiler": "2.0.0-rc.6",
|
"@angular/compiler": "2.0.0-rc.7",
|
||||||
"@angular/core": "2.0.0-rc.6",
|
"@angular/core": "2.0.0-rc.7",
|
||||||
"@angular/forms": "2.0.0-rc.6",
|
"@angular/forms": "2.0.0-rc.7",
|
||||||
"@angular/http": "2.0.0-rc.6",
|
"@angular/http": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser": "2.0.0-rc.6",
|
"@angular/platform-browser": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
|
||||||
"@angular/router": "3.0.0-rc.2",
|
"@angular/router": "3.0.0-rc.3",
|
||||||
"@angular/router-deprecated": "2.0.0-rc.2",
|
"@angular/upgrade": "2.0.0-rc.7",
|
||||||
"@angular/upgrade": "2.0.0-rc.6",
|
|
||||||
|
|
||||||
"core-js": "^2.4.1",
|
"core-js": "^2.4.1",
|
||||||
"reflect-metadata": "0.1.3",
|
"reflect-metadata": "^0.1.3",
|
||||||
"rxjs": "5.0.0-beta.11",
|
"rxjs": "5.0.0-beta.12",
|
||||||
"zone.js": "0.6.17",
|
"zone.js": "0.6.21",
|
||||||
|
|
||||||
"angular2-in-memory-web-api": "0.0.18",
|
"angular2-in-memory-web-api": "0.0.19",
|
||||||
"bootstrap": "^3.3.6"
|
"bootstrap": "^3.3.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -11,24 +11,24 @@
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.6",
|
"@angular/common": "2.0.0-rc.7",
|
||||||
"@angular/compiler": "2.0.0-rc.6",
|
"@angular/compiler": "2.0.0-rc.7",
|
||||||
"@angular/compiler-cli": "0.6.0",
|
"@angular/compiler-cli": "0.6.1",
|
||||||
"@angular/core": "2.0.0-rc.6",
|
"@angular/core": "2.0.0-rc.7",
|
||||||
"@angular/forms": "2.0.0-rc.6",
|
"@angular/forms": "2.0.0-rc.7",
|
||||||
"@angular/http": "2.0.0-rc.6",
|
"@angular/http": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser": "2.0.0-rc.6",
|
"@angular/platform-browser": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
|
||||||
"@angular/router": "3.0.0-rc.2",
|
"@angular/router": "3.0.0-rc.3",
|
||||||
"@angular/upgrade": "2.0.0-rc.6",
|
"@angular/upgrade": "2.0.0-rc.7",
|
||||||
|
|
||||||
"core-js": "^2.4.1",
|
"core-js": "^2.4.1",
|
||||||
"reflect-metadata": "^0.1.3",
|
"reflect-metadata": "^0.1.3",
|
||||||
"rxjs": "5.0.0-beta.11",
|
"rxjs": "5.0.0-beta.12",
|
||||||
"systemjs": "0.19.27",
|
"systemjs": "0.19.27",
|
||||||
"zone.js": "^0.6.17",
|
"zone.js": "^0.6.21",
|
||||||
|
|
||||||
"angular2-in-memory-web-api": "0.0.18",
|
"angular2-in-memory-web-api": "0.0.19",
|
||||||
"bootstrap": "^3.3.6"
|
"bootstrap": "^3.3.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"globalDependencies": {
|
"globalDependencies": {
|
||||||
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
|
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
|
||||||
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
|
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
|
||||||
"node": "registry:dt/node#6.0.0+20160831021119"
|
"node": "registry:dt/node#6.0.0+20160909174046"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<script src="node_modules/zone.js/dist/zone.js"></script>
|
<script src="node_modules/zone.js/dist/zone.js"></script>
|
||||||
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
||||||
|
|
||||||
<script src="node_modules/rxjs/bundles/Rx.umd.js"></script>
|
<script src="node_modules/rxjs/bundles/Rx.js"></script>
|
||||||
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
<script src="node_modules/@angular/core/bundles/core.umd.js"></script>
|
||||||
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
<script src="node_modules/@angular/common/bundles/common.umd.js"></script>
|
||||||
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
<script src="node_modules/@angular/compiler/bundles/compiler.umd.js"></script>
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"globalDependencies": {
|
"globalDependencies": {
|
||||||
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
|
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
|
||||||
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
|
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
|
||||||
"node": "registry:dt/node#6.0.0+20160831021119"
|
"node": "registry:dt/node#6.0.0+20160909174046"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,17 +10,17 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.6",
|
"@angular/common": "2.0.0-rc.7",
|
||||||
"@angular/compiler": "2.0.0-rc.6",
|
"@angular/compiler": "2.0.0-rc.7",
|
||||||
"@angular/core": "2.0.0-rc.6",
|
"@angular/core": "2.0.0-rc.7",
|
||||||
"@angular/forms": "2.0.0-rc.6",
|
"@angular/forms": "2.0.0-rc.7",
|
||||||
"@angular/http": "2.0.0-rc.6",
|
"@angular/http": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser": "2.0.0-rc.6",
|
"@angular/platform-browser": "2.0.0-rc.7",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
|
||||||
"@angular/router": "3.0.0-rc.2",
|
"@angular/router": "3.0.0-rc.3",
|
||||||
"core-js": "^2.4.1",
|
"core-js": "^2.4.1",
|
||||||
"rxjs": "5.0.0-beta.11",
|
"rxjs": "5.0.0-beta.12",
|
||||||
"zone.js": "^0.6.17"
|
"zone.js": "^0.6.21"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"angular2-template-loader": "^0.4.0",
|
"angular2-template-loader": "^0.4.0",
|
||||||
|
@ -30,11 +30,11 @@
|
||||||
"html-loader": "^0.4.3",
|
"html-loader": "^0.4.3",
|
||||||
"html-webpack-plugin": "^2.15.0",
|
"html-webpack-plugin": "^2.15.0",
|
||||||
"jasmine-core": "^2.4.1",
|
"jasmine-core": "^2.4.1",
|
||||||
"karma": "^0.13.22",
|
"karma": "^1.2.0",
|
||||||
"karma-jasmine": "^0.3.8",
|
"karma-jasmine": "^1.0.2",
|
||||||
"karma-phantomjs-launcher": "^1.0.0",
|
"karma-phantomjs-launcher": "^1.0.2",
|
||||||
"karma-sourcemap-loader": "^0.3.7",
|
"karma-sourcemap-loader": "^0.3.7",
|
||||||
"karma-webpack": "^1.7.0",
|
"karma-webpack": "^1.8.0",
|
||||||
"null-loader": "^0.1.1",
|
"null-loader": "^0.1.1",
|
||||||
"phantomjs-prebuilt": "^2.1.7",
|
"phantomjs-prebuilt": "^2.1.7",
|
||||||
"raw-loader": "^0.5.1",
|
"raw-loader": "^0.5.1",
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
"style-loader": "^0.13.1",
|
"style-loader": "^0.13.1",
|
||||||
"ts-loader": "^0.8.1",
|
"ts-loader": "^0.8.1",
|
||||||
"typescript": "^1.8.10",
|
"typescript": "^1.8.10",
|
||||||
"typings": "^1.0.4",
|
"typings": "^1.3.2",
|
||||||
"webpack": "^1.13.0",
|
"webpack": "^1.13.0",
|
||||||
"webpack-dev-server": "^1.14.1",
|
"webpack-dev-server": "^1.14.1",
|
||||||
"webpack-merge": "^0.14.0"
|
"webpack-merge": "^0.14.0"
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"globalDependencies": {
|
"globalDependencies": {
|
||||||
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
|
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
|
||||||
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
|
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
|
||||||
"node": "registry:dt/node#6.0.0+20160831021119"
|
"node": "registry:dt/node#6.0.0+20160909174046"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"icon": "home",
|
"icon": "home",
|
||||||
"title": "Angular Docs",
|
"title": "Angular Docs",
|
||||||
"menuTitle": "Docs Home",
|
"menuTitle": "Docs Home",
|
||||||
"banner": "Welcome to <b>Angular in JavaScript</b>! The current Angular 2 release is <b>rc.6</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.7</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": {
|
"quickstart": {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"icon": "home",
|
"icon": "home",
|
||||||
"title": "Angular Docs",
|
"title": "Angular Docs",
|
||||||
"menuTitle": "Docs Home",
|
"menuTitle": "Docs Home",
|
||||||
"banner": "Welcome to <b>Angular in TypeScript</b>! The current Angular 2 release is <b>rc.6</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.7</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."
|
||||||
},
|
},
|
||||||
|
|
||||||
"cli-quickstart": {
|
"cli-quickstart": {
|
||||||
|
|
|
@ -45,7 +45,7 @@ var _rxData = [
|
||||||
{
|
{
|
||||||
pattern: 'script',
|
pattern: 'script',
|
||||||
from: 'node_modules/zone.js/dist/zone.js',
|
from: 'node_modules/zone.js/dist/zone.js',
|
||||||
to: 'https://unpkg.com/zone.js@0.6.17?main=browser'
|
to: 'https://unpkg.com/zone.js@0.6.21?main=browser'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pattern: 'script',
|
pattern: 'script',
|
||||||
|
@ -54,8 +54,8 @@ var _rxData = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pattern: 'script',
|
pattern: 'script',
|
||||||
from: 'node_modules/rxjs/bundles/Rx.umd.js',
|
from: 'node_modules/rxjs/bundles/Rx.js',
|
||||||
to: 'https://unpkg.com/rxjs@5.0.0-beta.11/bundles/Rx.umd.js'
|
to: 'https://unpkg.com/rxjs@5.0.0-beta.12/bundles/Rx.js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
pattern: 'script',
|
pattern: 'script',
|
||||||
|
|
Loading…
Reference in New Issue