Skip to content

Commit b4ecb96

Browse files
committed
chore: update to Angular 7
- chore: update Angular to `^7.1.0` see: https://update.angular.io/ - update: `@angular/animations` to `^7.1.1` - update: `@angular/common` to `^7.1.1` - update: `@angular/compiler` to `^7.1.1` - update: `@angular/core` to `^7.1.1` - update: `@angular/forms` to `^7.1.1` - update: `@angular/http` to `^7.1.1` - update: `@angular/platform-browser` to `^7.1.1` - update: `@angular/platform-browser-dynamic` to `^7.1.1` - update: `@angular/router` to `^7.1.1` - update: `@coreui/angular` to `^2.2.0` - update: `ngx-perfect-scrollbar` to `^7.1.0` - update: `tslib` to `^1.9.0` - update: `@angular-devkit/build-angular` to `~0.11.0` - update: `@angular/cli` to `^7.1.0` - update: `@angular/compiler-cli` to `^7.1.1` - update: `@angular/language-service` to `^7.1.1` - update: `@types/jasmine` to `^3.3.0` - update: `karma-jasmine` to `^2.0.1` - update: `typescript` to `3.1.x`
1 parent 8b366a4 commit b4ecb96

File tree

4 files changed

+44
-26
lines changed

4 files changed

+44
-26
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## [angular](./README.md) version `changelog`
22

3+
###### `v2.2.0`
4+
- chore: update Angular to `^7.1.0` see: https://update.angular.io/
5+
- update: `@angular/animations` to `^7.1.1`
6+
- update: `@angular/common` to `^7.1.1`
7+
- update: `@angular/compiler` to `^7.1.1`
8+
- update: `@angular/core` to `^7.1.1`
9+
- update: `@angular/forms` to `^7.1.1`
10+
- update: `@angular/http` to `^7.1.1`
11+
- update: `@angular/platform-browser` to `^7.1.1`
12+
- update: `@angular/platform-browser-dynamic` to `^7.1.1`
13+
- update: `@angular/router` to `^7.1.1`
14+
- update: `@coreui/angular` to `^2.2.0`
15+
- update: `ngx-perfect-scrollbar` to `^7.1.0`
16+
- update: `tslib` to `^1.9.0`
17+
- update: `@angular-devkit/build-angular` to `~0.11.0`
18+
- update: `@angular/cli` to `^7.1.0`
19+
- update: `@angular/compiler-cli` to `^7.1.1`
20+
- update: `@angular/language-service` to `^7.1.1`
21+
- update: `@types/jasmine` to `^3.3.0`
22+
- update: `karma-jasmine` to `^2.0.1`
23+
- update: `typescript` to `3.1.x`
24+
325
###### `v2.1.0`
426
- feat: sidebar nav-link `attributes` - optional JS object with valid JS API naming:
527
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -20,23 +20,23 @@
2020
"scripts": {
2121
"ng": "ng",
2222
"start": "ng serve",
23-
"build": "ng build --prod",
23+
"build": "ng build",
2424
"test": "ng test",
2525
"lint": "ng lint",
2626
"e2e": "ng e2e"
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^6.1.10",
31-
"@angular/common": "^6.1.10",
32-
"@angular/compiler": "^6.1.10",
33-
"@angular/core": "^6.1.10",
34-
"@angular/forms": "^6.1.10",
35-
"@angular/http": "^6.1.10",
36-
"@angular/platform-browser": "^6.1.10",
37-
"@angular/platform-browser-dynamic": "^6.1.10",
38-
"@angular/router": "^6.1.10",
39-
"@coreui/angular": "2.1.0",
30+
"@angular/animations": "^7.1.1",
31+
"@angular/common": "^7.1.1",
32+
"@angular/compiler": "^7.1.1",
33+
"@angular/core": "^7.1.1",
34+
"@angular/forms": "^7.1.1",
35+
"@angular/http": "^7.1.1",
36+
"@angular/platform-browser": "^7.1.1",
37+
"@angular/platform-browser-dynamic": "^7.1.1",
38+
"@angular/router": "^7.1.1",
39+
"@coreui/angular": "^2.2.0",
4040
"@coreui/coreui": "^2.1.3",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
@@ -49,20 +49,20 @@
4949
"mutationobserver-shim": "^0.3.2",
5050
"ng2-charts": "^1.6.0",
5151
"ngx-bootstrap": "^3.1.2",
52-
"ngx-perfect-scrollbar": "^6.3.1",
52+
"ngx-perfect-scrollbar": "^7.1.0",
5353
"rxjs": "^6.3.3",
54-
"rxjs-compat": "^6.3.3",
5554
"simple-line-icons": "^2.4.1",
5655
"ts-helpers": "^1.1.2",
5756
"tsickle": "^0.34.0",
57+
"tslib": "^1.9.0",
5858
"zone.js": "^0.8.26"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.7.5",
62-
"@angular/cli": "^6.2.8",
63-
"@angular/compiler-cli": "^6.1.10",
64-
"@angular/language-service": "^6.1.10",
65-
"@types/jasmine": "^2.8.12",
61+
"@angular-devkit/build-angular": "~0.11.0",
62+
"@angular/cli": "^7.1.0",
63+
"@angular/compiler-cli": "^7.1.1",
64+
"@angular/language-service": "^7.1.1",
65+
"@types/jasmine": "^3.3.0",
6666
"@types/jasminewd2": "^2.0.6",
6767
"@types/node": "^10.12.11",
6868
"codelyzer": "^4.5.0",
@@ -71,12 +71,12 @@
7171
"karma": "^3.1.3",
7272
"karma-chrome-launcher": "^2.2.0",
7373
"karma-coverage-istanbul-reporter": "^2.0.4",
74-
"karma-jasmine": "^1.1.2",
74+
"karma-jasmine": "^2.0.1",
7575
"karma-jasmine-html-reporter": "^1.4.0",
7676
"protractor": "^5.4.1",
7777
"ts-node": "^7.0.1",
7878
"tslint": "^5.11.0",
79-
"typescript": "^2.9.2"
79+
"typescript": "3.1.x"
8080
},
8181
"engines": {
8282
"node": ">= 8.9.4",

src/polyfills.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ import 'core-js/es6/set';
4040
/** IE10 and IE11 requires the following for the Reflect API. */
4141
import 'core-js/es6/reflect';
4242

43-
44-
/** Evergreen browsers require these. **/
45-
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
46-
import 'core-js/es7/reflect';
47-
4843
// for IE10
4944
import 'mutationobserver-shim';
5045

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compileOnSave": false,
33
"compilerOptions": {
4+
"importHelpers": true,
45
"outDir": "./dist/out-tsc",
56
"sourceMap": true,
67
"declaration": false,

0 commit comments

Comments
 (0)