Skip to content

Commit

Permalink
BREAKING Drop NaturalSwissDatePipe (bis) #9896
Browse files Browse the repository at this point in the history
Instead, provide a default date format app-wide via
`DATE_PIPE_DEFAULT_OPTIONS`
  • Loading branch information
PowerKiKi committed Jun 13, 2024
1 parent 71b16a6 commit 140f34c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/natural/src/lib/modules/common/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export * from './directives/linkable-tab.directive';
export * from './pipes/capitalize.pipe';
export * from './pipes/ellipsis.pipe';
export * from './pipes/enum.pipe';
export * from './pipes/swiss-date.pipe';
export {NaturalTimeAgoPipe} from './pipes/time-ago.pipe';
export * from './services/memory-storage';
export {NaturalSrcDensityDirective} from './directives/src-density.directive';
Expand Down

0 comments on commit 140f34c

Please sign in to comment.