Skip to content

Commit

Permalink
Angular 17 (#557)
Browse files Browse the repository at this point in the history
* updated packages

* Updated package

* peer dependencies changes

* updated data table and package version update

* lint
  • Loading branch information
yerramshilpa authored May 31, 2024
1 parent a54ceeb commit 07620a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gsa-sam/sam-ui-elements",
"version": "17.0.1",
"version": "17.0.2",
"description": "SAM UI library",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion src/ui-kit/components/data-table/data-table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
_CoalescedStyleScheduler,
_COALESCED_STYLE_SCHEDULER,
STICKY_POSITIONING_LISTENER,
CDK_TABLE,
} from "@angular/cdk/table";

import {
Expand All @@ -34,7 +35,8 @@ export const _SamTable = CdkTable;
// <ng-container rowPlaceholder></ng-container>
// <ng-content select="[rowFooterPlaceholder]"></ng-content>`,
providers: [
{ provide: CdkTable },
{ provide: CdkTable, useExisting: SamDataTableComponent },
{ provide: CDK_TABLE, useExisting: SamDataTableComponent },
{
provide: _VIEW_REPEATER_STRATEGY,
useClass: _DisposeViewRepeaterStrategy,
Expand Down

0 comments on commit 07620a6

Please sign in to comment.