Skip to content

Commit f7da469

Browse files
committed

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

app/angular2/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Angular2
22

3-
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.22-1.
3+
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.24.
44

55
## Development server
66
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
77

88
## Code scaffolding
99

10-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class`.
10+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
1111

1212
## Build
1313

@@ -28,4 +28,4 @@ Run `ng github-pages:deploy` to deploy to Github Pages.
2828

2929
## Further help
3030

31-
To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
31+
To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

app/angular2/angular-cli.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project": {
3-
"version": "1.0.0-beta.22-1",
3+
"version": "1.0.0-beta.24",
44
"name": "angular2"
55
},
66
"apps": [

app/angular2/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,34 @@
44
"license": "MIT",
55
"angular-cli": {},
66
"scripts": {
7+
"ng": "ng",
78
"start": "ng serve",
89
"lint": "tslint \"src/**/*.ts\"",
910
"test": "ng test",
10-
"pree2e": "webdriver-manager update",
11+
"pree2e": "webdriver-manager update --standalone false --gecko false",
1112
"e2e": "protractor"
1213
},
1314
"private": true,
1415
"dependencies": {
15-
"@angular/common": "2.2.3",
16-
"@angular/compiler": "2.2.3",
17-
"@angular/core": "2.2.3",
18-
"@angular/forms": "2.2.3",
19-
"@angular/http": "2.2.3",
20-
"@angular/platform-browser": "2.2.3",
21-
"@angular/platform-browser-dynamic": "2.2.3",
22-
"@angular/router": "3.2.3",
16+
"@angular/common": "^2.3.1",
17+
"@angular/compiler": "^2.3.1",
18+
"@angular/core": "^2.3.1",
19+
"@angular/forms": "^2.3.1",
20+
"@angular/http": "^2.3.1",
21+
"@angular/platform-browser": "^2.3.1",
22+
"@angular/platform-browser-dynamic": "^2.3.1",
23+
"@angular/router": "^3.3.1",
2324
"bootstrap-less": "^3.3.8",
2425
"core-js": "^2.4.1",
25-
"rxjs": "5.0.0-beta.12",
26+
"rxjs": "^5.0.1",
2627
"ts-helpers": "^1.1.1",
27-
"zone.js": "^0.6.23"
28+
"zone.js": "^0.7.2"
2829
},
2930
"devDependencies": {
30-
"@angular/compiler-cli": "2.2.3",
31+
"@angular/compiler-cli": "^2.3.1",
3132
"@types/jasmine": "2.5.38",
3233
"@types/node": "^6.0.42",
33-
"angular-cli": "1.0.0-beta.22-1",
34+
"angular-cli": "1.0.0-beta.24",
3435
"codelyzer": "~2.0.0-beta.1",
3536
"jasmine-core": "2.5.2",
3637
"jasmine-spec-reporter": "2.5.0",
@@ -39,10 +40,9 @@
3940
"karma-cli": "^1.0.1",
4041
"karma-jasmine": "^1.0.2",
4142
"karma-remap-istanbul": "^0.2.1",
42-
"protractor": "4.0.9",
43+
"protractor": "~4.0.13",
4344
"ts-node": "1.2.1",
4445
"tslint": "^4.0.2",
45-
"typescript": "~2.0.3",
46-
"webdriver-manager": "10.2.5"
46+
"typescript": "~2.0.3"
4747
}
4848
}

app/angular2/protractor.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Protractor configuration file, see link for more information
2-
// https://github.com/angular/protractor/blob/master/docs/referenceConf.js
2+
// https://github.com/angular/protractor/blob/master/lib/config.ts
33

44
/*global jasmine */
55
var SpecReporter = require('jasmine-spec-reporter');

app/angular2/src/app/app.component.css

Whitespace-only changes.

app/angular2/src/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* You can add global styles to this file, and also import other style files */

0 commit comments

Comments
 (0)