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

Commit 4545213

Browse files
committed
revert upgrade to Angular 5.0
1 parent 0dfafb6 commit 4545213

7 files changed

+26
-195
lines changed

.angular-cli.json

-58
This file was deleted.

package.json

+22-31
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,15 @@
2424
"author": "",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@angular/animations": "^5.0.0",
28-
"@angular/common": "^5.0.0",
29-
"@angular/compiler": "^5.0.0",
30-
"@angular/compiler-cli": "^5.0.0",
31-
"@angular/core": "^5.0.0",
32-
"@angular/forms": "^5.0.0",
33-
"@angular/http": "^5.0.0",
34-
"@angular/platform-browser": "^5.0.0",
35-
"@angular/platform-browser-dynamic": "^5.0.0",
36-
"@angular/platform-server": "^5.0.0",
37-
"@angular/router": "^5.0.0",
27+
"@angular/animations": "^4.3.0",
28+
"@angular/common": "^4.3.0",
29+
"@angular/compiler": "^4.3.0",
30+
"@angular/core": "^4.3.0",
31+
"@angular/forms": "^4.3.0",
32+
"@angular/http": "^4.3.0",
33+
"@angular/platform-browser": "^4.3.0",
34+
"@angular/platform-browser-dynamic": "^4.3.0",
35+
"@angular/router": "^4.3.0",
3836
"@progress/kendo-angular-buttons": "^1.0.5",
3937
"@progress/kendo-angular-dateinputs": "^1.0.5",
4038
"@progress/kendo-angular-dropdowns": "^1.1.2",
@@ -50,36 +48,29 @@
5048
"angular-in-memory-web-api": "^0.3.2",
5149
"bootstrap": "^3.3.7",
5250
"core-js": "^2.4.1",
53-
"rxjs": "^5.5.2",
51+
"rxjs": "^5.0.1",
5452
"systemjs": "^0.19.40",
5553
"systemjs-plugin-json": "^0.3.0",
5654
"tslib": "^1.7.1",
57-
"zone.js": "^0.8.14"
55+
"zone.js": "^0.8.13"
5856
},
5957
"devDependencies": {
60-
"@angular/cli": "^1.5.0",
61-
"@angular/compiler-cli": "^5.0.0",
62-
"@angular/language-service": "^5.0.0",
63-
"@types/jasmine": "~2.5.53",
64-
"@types/jasminewd2": "~2.0.2",
65-
"@types/node": "^6.0.60",
66-
"canonical-path": "0.0.2",
67-
"codelyzer": "~3.2.0",
6858
"concurrently": "^3.2.0",
69-
"jasmine-core": "~2.6.2",
70-
"jasmine-spec-reporter": "~4.1.0",
71-
"karma": "~1.7.0",
72-
"karma-chrome-launcher": "~2.1.1",
59+
"lite-server": "^2.2.2",
60+
"typescript": "~2.1.0",
61+
"canonical-path": "0.0.2",
62+
"tslint": "^3.15.1",
63+
"lodash": "^4.16.4",
64+
"jasmine-core": "~2.4.1",
65+
"karma": "^1.3.0",
66+
"karma-chrome-launcher": "^2.0.0",
7367
"karma-cli": "^1.0.1",
74-
"karma-coverage-istanbul-reporter": "^1.2.1",
7568
"karma-jasmine": "^1.0.2",
7669
"karma-jasmine-html-reporter": "^0.2.2",
77-
"lite-server": "^2.2.2",
78-
"lodash": "^4.16.4",
70+
"protractor": "~4.0.14",
7971
"rimraf": "^2.5.4",
80-
"ts-node": "~3.2.0",
81-
"tslint": "~5.7.0",
82-
"typescript": "~2.4.2"
72+
"@types/node": "^6.0.46",
73+
"@types/jasmine": "2.5.36"
8374
},
8475
"repository": {}
8576
}

src/app/app.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ import { products } from './products';
5858
color: #888;
5959
}
6060
`],
61+
styleUrls: [
62+
// load the Kendo UI Default theme
63+
'node_modules/@progress/kendo-theme-default/dist/all.css'
64+
],
6165
template: `
6266
<kendo-grid [kendoGridBinding]="products" [pageable]="true" [pageSize]="10" [height]="490">
6367
<ng-template kendoGridToolbarTemplate>

src/polyfills.ts

-68
This file was deleted.

src/styles.scss

-3
This file was deleted.

src/tsconfig.app.json

-14
This file was deleted.

tsconfig.json

-21
This file was deleted.

0 commit comments

Comments
 (0)