Skip to content

Commit

Permalink
chore(data-list): remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
belsman committed Nov 6, 2024
1 parent cce8469 commit cf3df1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ import relativeTime from 'dayjs/plugin/relativeTime';

dayjs.extend(relativeTime);

/// TODO Remove this bullshit. Replace with ng-vcl.
@Component({
selector: 'rc-data-list-item',
template: `<ng-content />`,
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class RcDataListItemComponent {
@HostBinding('class.data-list-item')
@HostBinding('class.col')
_hostClasses = true;
}

@Component({
selector: 'rc-data-list-label',
template: `<ng-content />`,
Expand Down
2 changes: 0 additions & 2 deletions packages/modules/ui/src/lib/modules-ui.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ import {
RcSignUpComponent,
RcPasswordRecoveryComponent,
RcSignInComponent,
RcDataListItemComponent,
RcDataListLabelComponent,
RcDataListSublabelComponent,
RcDataListOrderComponent,
Expand Down Expand Up @@ -185,7 +184,6 @@ const organisms = [
RcHeaderNavigationComponent,
RcRowDirective,
RcDataListComponent,
RcDataListItemComponent,
RcDataListLabelComponent,
RcDataListSublabelComponent,
RcDataListOrderComponent,
Expand Down

0 comments on commit cf3df1f

Please sign in to comment.