Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Toerien committed Jan 18, 2025
1 parent 69d62e3 commit 64cb4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from '@angular/core';
import { CommonModule } from '@angular/common';
import { MdComponent } from '../../common/base/md.component';
import { MdListItemComponent } from '@wtprograms/material-design';
import { MdListItemComponent } from './list-item/list-item.component';

@Component({
selector: 'md-list',
Expand Down
2 changes: 2 additions & 0 deletions projects/wtprograms/material-design/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export * from './lib/common/motion/animation-timing';
export * from './lib/common/motion/duration';
export * from './lib/common/motion/easing';
export * from './lib/common/motion/index';
export * from './lib/common/px-to-rem';
export * from './lib/common/rem-to-px';
export * from './lib/common/rxjs/observe-mutation';
export * from './lib/common/rxjs/observe-resize';
export * from './lib/common/screen-size';
Expand Down

0 comments on commit 64cb4a8

Please sign in to comment.