angular-gantt-schedule-timeline-calendar
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "angular-gantt-schedule-timeline-calendar", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^8.2.14", |
@@ -43,3 +43,3 @@ <p align="center"> | ||
selector: "your-selector", | ||
template: '<gstc [config]="config" [onState]="onState"></gstc>' | ||
template: '<gstc [config]="config" [onState]="onState.bind(this)"></gstc>' | ||
}) | ||
@@ -46,0 +46,0 @@ export class YourComponent implements OnInit { |
161517