Skip to content

Commit

Permalink
ang 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohmol committed Sep 28, 2020
1 parent 70ebbb5 commit cefb2fe
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Angular Gantt Editor (wrapper for [jsgantt-improved](https://github.com/jsGanttI

[StackBlitz template](https://stackblitz.com/edit/angular-ng-gantt)

Working with latest Angular 8.
Working with latest Angular 10.

![Demo Image](/src/demo.gif)

Expand Down
4 changes: 2 additions & 2 deletions ng-gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-gantt",
"version": "2.4.9",
"version": "2.5.0",
"license": "MIT",
"homepage": "https://github.com/jsGanttImproved/ng-gantt",
"repository": {
Expand All @@ -18,7 +18,7 @@
"peerDependencies": {
"@angular/core": ">=8.0.0",
"@angular/common": ">=8.0.0",
"jsgantt-improved": "^2.4.9"
"jsgantt-improved": "^2.5.5"
},
"ngPackage": {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
Expand Down
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@
"sass:rebuild": "npm rebuild node-sass"
},
"dependencies": {
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/forms": "~8.2.0",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"core-js": "^2.4.1",
"rxjs": "^6.4.0",
"webpack": "^4.16.1",
"zone.js": "^0.9.0",
"jsgantt-improved": "^2.4.9"
"@angular/common": "10.0.8",
"@angular/compiler": "10.0.8",
"@angular/core": "10.0.8",
"@angular/forms": "10.0.8",
"@angular/http": "*",
"@angular/platform-browser": "10.0.8",
"@angular/platform-browser-dynamic": "10.0.8",
"@angular/router": "10.0.8",
"core-js": "^3.6.4",
"rxjs": "*",
"webpack": "*",
"zone.js": "^0.10.3",
"jsgantt-improved": "^2.5.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.0",
"@angular/cli": "~8.2.0",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@angular-devkit/build-angular": "~0.900.2",
"@angular-devkit/schematics": "^9.0.2",
"@angular/cli": "10.0.5",
"@angular/compiler-cli": "10.0.8",
"@angular/language-service": "10.0.8",
"@types/jasmine": "3.3.8",
"@types/node": "~10.1.0",
"awesome-typescript-loader": "^2.2.1",
"@types/node": "^13.7.1",
"codelyzer": "~5.0.0",
"cpr": "^3.0.0",
"jasmine": "^3.3.0",
Expand All @@ -54,14 +54,15 @@
"karma-coverage-istanbul-reporter": "^2.0.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "5.4.3",
"ng-packagr": "^9.0.0",
"protractor": "~5.4.0",
"rimraf": "^2.6.1",
"rollup": "0.67.4",
"ts-node": "^8.0.0",
"tsickle": "^0.36.0",
"rimraf": "^2.7.1",
"ts-node": "~7.0.0",
"tsickle": "^0.29.0",
"tslib": "^1.9.0",
"tslint": "~5.15.0",
"typescript": "~3.5.0"
"tslint": "~6.1.3",
"typescript": "3.9.7",
"awesome-typescript-loader": "^2.2.1",
"rollup": "0.67.4"
}
}
2 changes: 1 addition & 1 deletion src/app/demo/demo.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h3>Custom Options</h3>

<h3 *ngIf="editorOptions.language">Force Language to {{editorOptions.language}}</h3>
<div style="height:300px;">
<ng-gantt [options]="editorOptions" [data]="data" #editor></ng-gantt>
<ng-gantt [options]="editorOptions" [data]="data" #editor></ng-gantt>
</div>

<!-- <h3>Multiple jsgantt</h3>
Expand Down

0 comments on commit cefb2fe

Please sign in to comment.