File tree 7 files changed +19
-19
lines changed
angular2-bootstrap-arguments
angular2-height-directive
angular2-multiple-applications
topshelf-angular2-service/Service.Website/Website/Modules/Root/views 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 9
9
<!-- IE required polyfills, in this exact order -->
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js "> </ script >
11
11
< script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.26/system-polyfills.js "> </ script >
12
- < script src ="https://npmcdn .com/angular2@2.0.0-beta.15/es6/dev/src/testing/shims_for_IE.js "> </ script >
12
+ < script src ="https://unpkg .com/angular2@2.0.0-beta.15/es6/dev/src/testing/shims_for_IE.js "> </ script >
13
13
14
14
< script src ="https://code.angularjs.org/2.0.0-beta.15/angular2-polyfills.js "> </ script >
15
15
< script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.26/system.js "> </ script >
16
- < script src ="https://npmcdn .com/typescript@1.8.10/lib/typescript.js "> </ script >
16
+ < script src ="https://unpkg .com/typescript@1.8.10/lib/typescript.js "> </ script >
17
17
< script src ="https://code.angularjs.org/2.0.0-beta.15/Rx.js "> </ script >
18
18
< script src ="https://code.angularjs.org/2.0.0-beta.15/angular2.dev.js "> </ script >
19
19
Original file line number Diff line number Diff line change 9
9
<!-- IE required polyfills, in this exact order -->
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js "> </ script >
11
11
< script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js "> </ script >
12
- < script src ="https://npmcdn .com/angular2@2.0.0-beta.9/es6/dev/src/testing/shims_for_IE.js "> </ script >
12
+ < script src ="https://unpkg .com/angular2@2.0.0-beta.9/es6/dev/src/testing/shims_for_IE.js "> </ script >
13
13
14
14
< script src ="https://code.angularjs.org/2.0.0-beta.13/angular2-polyfills.js "> </ script >
15
15
< script src ="https://code.angularjs.org/tools/system.js "> </ script >
16
- < script src ="https://npmcdn .com/typescript@1.8.9/lib/typescript.js "> </ script >
16
+ < script src ="https://unpkg .com/typescript@1.8.9/lib/typescript.js "> </ script >
17
17
< script src ="https://code.angularjs.org/2.0.0-beta.13/Rx.js "> </ script >
18
18
< script src ="https://code.angularjs.org/2.0.0-beta.13/angular2.dev.js "> </ script >
19
19
Original file line number Diff line number Diff line change 10
10
<!-- IE required polyfills, in this exact order -->
11
11
< script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js "> </ script >
12
12
< script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.26/system-polyfills.js "> </ script >
13
- < script src ="https://npmcdn .com/angular2@2.0.0-beta.15/es6/dev/src/testing/shims_for_IE.js "> </ script >
13
+ < script src ="https://unpkg .com/angular2@2.0.0-beta.15/es6/dev/src/testing/shims_for_IE.js "> </ script >
14
14
15
15
< script src ="https://code.angularjs.org/2.0.0-beta.15/angular2-polyfills.js "> </ script >
16
16
< script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.26/system.js "> </ script >
17
- < script src ="https://npmcdn .com/typescript@1.8.10/lib/typescript.js "> </ script >
17
+ < script src ="https://unpkg .com/typescript@1.8.10/lib/typescript.js "> </ script >
18
18
< script src ="https://code.angularjs.org/2.0.0-beta.15/Rx.js "> </ script >
19
19
< script src ="https://code.angularjs.org/2.0.0-beta.15/angular2.dev.js "> </ script >
20
20
Original file line number Diff line number Diff line change 7
7
8
8
<!-- 1. Load libraries -->
9
9
<!-- IE required polyfills, in this exact order -->
10
- < script src ="https://npmcdn .com/es6-shim@0.35.0/es6-shim.min.js "> </ script >
10
+ < script src ="https://unpkg .com/es6-shim@0.35.0/es6-shim.min.js "> </ script >
11
11
12
- < script src ="https://npmcdn .com/zone.js@0.6.12?main=browser "> </ script >
13
- < script src ="https://npmcdn .com/reflect-metadata@0.1.3 "> </ script >
14
- < script src ="https://npmcdn .com/systemjs@0.19.27/dist/system.src.js "> </ script >
12
+ < script src ="https://unpkg .com/zone.js@0.6.12?main=browser "> </ script >
13
+ < script src ="https://unpkg .com/reflect-metadata@0.1.3 "> </ script >
14
+ < script src ="https://unpkg .com/systemjs@0.19.27/dist/system.src.js "> </ script >
15
15
16
16
<!-- Include SignalR (& jQuery since it requires it) -->
17
17
< script src ="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.2.1.min.js "> </ script >
Original file line number Diff line number Diff line change 11
11
var map = {
12
12
'app' : 'app' ,
13
13
14
- '@angular' : 'https://npmcdn .com/@angular' , // sufficient if we didn't pin the version
15
- 'rxjs' : 'https://npmcdn .com/rxjs@5.0.0-beta.6' ,
16
- 'ts' : 'https://npmcdn .com/plugin-typescript@4.0.10/lib/plugin.js' ,
17
- 'typescript' : 'https://npmcdn .com/typescript@1.8.10/lib/typescript.js' ,
14
+ '@angular' : 'https://unpkg .com/@angular' , // sufficient if we didn't pin the version
15
+ 'rxjs' : 'https://unpkg .com/rxjs@5.0.0-beta.6' ,
16
+ 'ts' : 'https://unpkg .com/plugin-typescript@4.0.10/lib/plugin.js' ,
17
+ 'typescript' : 'https://unpkg .com/typescript@1.8.10/lib/typescript.js' ,
18
18
} ;
19
19
20
20
//packages tells the System loader how to load when no filename and/or no extension
35
35
// Add map entries for each angular package
36
36
// only because we're pinning the version with `ngVer`.
37
37
ngPackageNames . forEach ( function ( pkgName ) {
38
- map [ '@angular/' + pkgName ] = 'https://npmcdn .com/@angular/' + pkgName + ngVer ;
38
+ map [ '@angular/' + pkgName ] = 'https://unpkg .com/@angular/' + pkgName + ngVer ;
39
39
} ) ;
40
40
41
41
// Add package entries for angular packages
Original file line number Diff line number Diff line change 10
10
<!-- IE required polyfills, in this exact order -->
11
11
< script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js "> </ script >
12
12
< script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js "> </ script >
13
- < script src ="https://npmcdn .com/angular2@2.0.0-beta.9/es6/dev/src/testing/shims_for_IE.js "> </ script >
13
+ < script src ="https://unpkg .com/angular2@2.0.0-beta.9/es6/dev/src/testing/shims_for_IE.js "> </ script >
14
14
15
15
< script src ="https://code.angularjs.org/2.0.0-beta.9/angular2-polyfills.js "> </ script >
16
16
< script src ="https://code.angularjs.org/tools/system.js "> </ script >
17
- < script src ="https://npmcdn .com/typescript@1.8.2/lib/typescript.js "> </ script >
17
+ < script src ="https://unpkg .com/typescript@1.8.2/lib/typescript.js "> </ script >
18
18
< script src ="https://code.angularjs.org/2.0.0-beta.9/Rx.js "> </ script >
19
19
< script src ="https://code.angularjs.org/2.0.0-beta.9/angular2.dev.js "> </ script >
20
20
< script src ="https://code.angularjs.org/2.0.0-beta.9/http.dev.js "> </ script >
Original file line number Diff line number Diff line change 11
11
<!-- IE required polyfills, in this exact order -->
12
12
< script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js "> </ script >
13
13
< script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js "> </ script >
14
- < script src ="https://npmcdn .com/angular2@2.0.0-beta.13/es6/dev/src/testing/shims_for_IE.js "> </ script >
14
+ < script src ="https://unpkg .com/angular2@2.0.0-beta.13/es6/dev/src/testing/shims_for_IE.js "> </ script >
15
15
16
16
< script src ="https://code.angularjs.org/2.0.0-beta.13/angular2-polyfills.js "> </ script >
17
17
< script src ="https://code.angularjs.org/tools/system.js "> </ script >
18
- < script src ="https://npmcdn .com/typescript@1.8.9/lib/typescript.js "> </ script >
18
+ < script src ="https://unpkg .com/typescript@1.8.9/lib/typescript.js "> </ script >
19
19
< script src ="https://code.angularjs.org/2.0.0-beta.13/Rx.js "> </ script >
20
20
< script src ="https://code.angularjs.org/2.0.0-beta.13/angular2.dev.js "> </ script >
21
21
< script src ="https://code.angularjs.org/2.0.0-beta.13/http.dev.js "> </ script >
You can’t perform that action at this time.
0 commit comments