Skip to content

Commit e932f7c

Browse files
committed
Added build files
1 parent 57da18d commit e932f7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ var FusionChartsComponent = /** @class */ (function () {
573573
}
574574
};
575575
FusionChartsComponent.prototype.ngOnDestroy = function () {
576-
this.chartObj.dispose();
576+
this.chartObj && this.chartObj.dispose();
577577
};
578578
FusionChartsComponent.decorators = [
579579
{ type: _angular_core.Component, args: [{

0 commit comments

Comments
 (0)