Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 0ec6178

Browse files
Remove the Angular 2.0.2 template; define the 2.4.5+ template as the standard Angular one. Makes issue #665 no longer apply.
1 parent 0f3e3eb commit 0ec6178

File tree

3 files changed

+14
-77
lines changed

3 files changed

+14
-77
lines changed

templates/Angular2Spa/package-2.4.5.json

-62
This file was deleted.

templates/Angular2Spa/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"test": "karma start ClientApp/test/karma.conf.js"
66
},
77
"dependencies": {
8-
"@angular/common": "2.0.2",
9-
"@angular/compiler": "2.0.2",
10-
"@angular/core": "2.0.2",
11-
"@angular/forms": "2.0.2",
12-
"@angular/http": "2.0.2",
13-
"@angular/platform-browser": "2.0.2",
14-
"@angular/platform-browser-dynamic": "2.0.2",
15-
"@angular/platform-server": "2.0.2",
16-
"@angular/router": "3.0.2",
8+
"@angular/common": "^2.4.5",
9+
"@angular/compiler": "^2.4.5",
10+
"@angular/core": "^2.4.5",
11+
"@angular/forms": "^2.4.5",
12+
"@angular/http": "^2.4.5",
13+
"@angular/platform-browser": "^2.4.5",
14+
"@angular/platform-browser-dynamic": "^2.4.5",
15+
"@angular/platform-server": "^2.4.5",
16+
"@angular/router": "^3.4.5",
1717
"@types/node": "^6.0.42",
1818
"angular2-platform-node": "~2.0.11",
1919
"angular2-template-loader": "^0.6.2",
20-
"angular2-universal": "~2.0.11",
20+
"angular2-universal": "^2.1.0-rc.1",
2121
"angular2-universal-patch": "^0.2.1",
22-
"angular2-universal-polyfills": "~2.0.11",
22+
"angular2-universal-polyfills": "^2.1.0-rc.1",
2323
"aspnet-prerendering": "^2.0.0",
2424
"aspnet-webpack": "^1.0.17",
2525
"awesome-typescript-loader": "3.0.0-beta.13 || ^3.0.0",
@@ -37,15 +37,15 @@
3737
"json-loader": "^0.5.4",
3838
"preboot": "^4.5.2",
3939
"raw-loader": "^0.5.1",
40-
"rxjs": "5.0.0-beta.12",
40+
"rxjs": "^5.0.1",
4141
"style-loader": "^0.13.1",
4242
"to-string-loader": "^1.1.5",
4343
"typescript": "^2.0.3",
4444
"url-loader": "^0.5.7",
4545
"webpack": "^2.2.0",
4646
"webpack-hot-middleware": "^2.12.2",
4747
"webpack-merge": "^0.14.1",
48-
"zone.js": "^0.6.25"
48+
"zone.js": "^0.7.6"
4949
},
5050
"devDependencies": {
5151
"@types/chai": "^3.4.34",

templates/package-builder/src/yeoman/app/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ interface TemplateConfig {
4444
}
4545

4646
const templates: TemplateConfig[] = [
47-
{ value: 'angular-2', rootDir: 'angular-2', name: 'Angular 2.0.2', tests: true, mapFilenames: { '^package\\-[\\d\\.]+.json$': false } },
48-
{ value: 'angular-245', rootDir: 'angular-2', name: 'Angular 2.4.5 (experimental)', tests: true, mapFilenames: { '^package.json$': false, '^package\\-2\\.4\\.5.json$': 'package.json' } },
47+
{ value: 'angular', rootDir: 'angular', name: 'Angular', tests: true },
4948
{ value: 'aurelia', rootDir: 'aurelia', name: 'Aurelia', tests: false },
5049
{ value: 'knockout', rootDir: 'knockout', name: 'Knockout', tests: false },
5150
{ value: 'react', rootDir: 'react', name: 'React', tests: false },

0 commit comments

Comments
 (0)