Skip to content

Commit

Permalink
Fix: Export Predefined time duration service (#2577)
Browse files Browse the repository at this point in the history
* fix: make predefined time duration service public

* function need not be public
  • Loading branch information
aneeshsharma authored Dec 14, 2023
1 parent 557feff commit 3fe58ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/components/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ export * from './time-picker/time-picker.module';
// Time Range
export * from './time-range/time-range.component';
export * from './time-range/time-range.module';
export * from './time-range/predefined-time-duration.service';

// Titled Content
export {
Expand Down

0 comments on commit 3fe58ae

Please sign in to comment.