Skip to content

Commit

Permalink
Merge pull request #122 from coreui/dev-update-to-angular-7
Browse files Browse the repository at this point in the history
chore: update to Angular 7
  • Loading branch information
xidedix committed Dec 3, 2018
2 parents 8b366a4 + b4ecb96 commit d0fce9b
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 26 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## [angular](./README.md) version `changelog`

###### `v2.2.0`
- 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`

###### `v2.1.0`
- feat: sidebar nav-link `attributes` - optional JS object with valid JS API naming:
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-angular-admin-template",
"version": "2.1.0",
"version": "2.2.0",
"description": "CoreUI Free Angular 2+ Admin Template",
"author": {
"name": "Łukasz Holeczek",
Expand All @@ -20,23 +20,23 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.10",
"@angular/common": "^6.1.10",
"@angular/compiler": "^6.1.10",
"@angular/core": "^6.1.10",
"@angular/forms": "^6.1.10",
"@angular/http": "^6.1.10",
"@angular/platform-browser": "^6.1.10",
"@angular/platform-browser-dynamic": "^6.1.10",
"@angular/router": "^6.1.10",
"@coreui/angular": "2.1.0",
"@angular/animations": "^7.1.1",
"@angular/common": "^7.1.1",
"@angular/compiler": "^7.1.1",
"@angular/core": "^7.1.1",
"@angular/forms": "^7.1.1",
"@angular/http": "^7.1.1",
"@angular/platform-browser": "^7.1.1",
"@angular/platform-browser-dynamic": "^7.1.1",
"@angular/router": "^7.1.1",
"@coreui/angular": "^2.2.0",
"@coreui/coreui": "^2.1.3",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
Expand All @@ -49,20 +49,20 @@
"mutationobserver-shim": "^0.3.2",
"ng2-charts": "^1.6.0",
"ngx-bootstrap": "^3.1.2",
"ngx-perfect-scrollbar": "^6.3.1",
"ngx-perfect-scrollbar": "^7.1.0",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"simple-line-icons": "^2.4.1",
"ts-helpers": "^1.1.2",
"tsickle": "^0.34.0",
"tslib": "^1.9.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.7.5",
"@angular/cli": "^6.2.8",
"@angular/compiler-cli": "^6.1.10",
"@angular/language-service": "^6.1.10",
"@types/jasmine": "^2.8.12",
"@angular-devkit/build-angular": "~0.11.0",
"@angular/cli": "^7.1.0",
"@angular/compiler-cli": "^7.1.1",
"@angular/language-service": "^7.1.1",
"@types/jasmine": "^3.3.0",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^10.12.11",
"codelyzer": "^4.5.0",
Expand All @@ -71,12 +71,12 @@
"karma": "^3.1.3",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "^5.4.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
"typescript": "3.1.x"
},
"engines": {
"node": ">= 8.9.4",
Expand Down
5 changes: 0 additions & 5 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ import 'core-js/es6/set';
/** IE10 and IE11 requires the following for the Reflect API. */
import 'core-js/es6/reflect';


/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';

// for IE10
import 'mutationobserver-shim';

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
Expand Down

0 comments on commit d0fce9b

Please sign in to comment.