Skip to content

Commit

Permalink
update to 7.0.0 angular
Browse files Browse the repository at this point in the history
  • Loading branch information
tmirun committed Jan 11, 2019
1 parent 4c41c28 commit 00fdc09
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,24 @@
"fix-path": "^2.1.0",
"fs-extra": "^7.0.0",
"hexo": "^3.7.1",
"jquery": "^3.3.1"
"jquery": "^3.3.1",
"tslib": "^1.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.6.8",
"@angular/animations": "^6.1.8",
"@angular/cli": "6.1.2",
"@angular/common": "6.1.2",
"@angular/compiler": "6.1.2",
"@angular/compiler-cli": "6.1.2",
"@angular/core": "6.1.2",
"@angular/flex-layout": "6.0.0-beta.17",
"@angular/forms": "6.1.2",
"@angular/http": "6.1.2",
"@angular/language-service": "6.1.2",
"@angular/platform-browser": "6.1.2",
"@angular/platform-browser-dynamic": "6.1.2",
"@angular/router": "6.1.2",
"@angular-devkit/build-angular": "~0.12.0",
"@angular/animations": "^7.2.0",
"@angular/cli": "7.2.1",
"@angular/common": "7.2.0",
"@angular/compiler": "7.2.0",
"@angular/compiler-cli": "7.2.0",
"@angular/core": "7.2.0",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "7.2.0",
"@angular/http": "7.2.0",
"@angular/language-service": "7.2.0",
"@angular/platform-browser": "7.2.0",
"@angular/platform-browser-dynamic": "7.2.0",
"@angular/router": "7.2.0",
"@ctrl/ngx-codemirror": "^1.3.8",
"@fortawesome/fontawesome-free": "^5.3.1",
"@ngx-translate/core": "10.0.2",
Expand All @@ -98,20 +99,20 @@
"karma-jasmine-html-reporter": "1.1.0",
"less": "^2.7.3",
"moment": "^2.22.2",
"ng-zorro-antd": "^1.7.0",
"ng-zorro-antd": "^7.0.0-rc.3",
"ngx-markdown": "^6.2.0",
"npm-run-all": "4.1.3",
"npx": "10.2.0",
"promise.prototype.finally": "^3.1.0",
"protractor": "5.3.2",
"rxjs": "6.2.2",
"rxjs": "6.3.3",
"rxjs-compat": "^6.3.2",
"ts-node": "6.0.3",
"tslint": "5.10.0",
"typescript": "2.7.2",
"typescript": "3.2.2",
"uuid": "^3.3.2",
"wait-on": "2.1.0",
"webdriver-manager": "12.0.6",
"zone.js": "0.8.26"
"zone.js": "0.8.27"
}
}
2 changes: 1 addition & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

/** 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';



/**
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 00fdc09

Please sign in to comment.