Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 3af5a3a

Browse files
authored
Merge pull request #200 from ghiscoding/feat/test-extension-service
feat(tests): add Extension Service full test suite
2 parents 5d3a7d6 + aa4cab5 commit 3af5a3a

File tree

3 files changed

+629
-95
lines changed

3 files changed

+629
-95
lines changed

src/app/modules/angular-slickgrid/components/angular-slickgrid.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class AngularSlickgridComponent implements AfterViewInit, OnDestroy, OnIn
266266
this.sharedService.dataView = this.dataView;
267267
this.sharedService.grid = this.grid;
268268

269-
this.extensionService.attachDifferentExtensions();
269+
this.extensionService.bindDifferentExtensions();
270270
this.attachDifferentHooks(this.grid, this.gridOptions, this.dataView);
271271

272272
// emit the Grid & DataView object to make them available in parent component

0 commit comments

Comments
 (0)