Skip to content

Commit 2e4e81a

Browse files
committed
fix: add relative time injection token to public API
1 parent ef81ce2 commit 2e4e81a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/angular-ecmascript-intl/src/public-api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export * from './lib/list/intl-list.pipe';
1818
export * from './lib/locale';
1919
export * from './lib/percent/intl-percent-pipe-default-options';
2020
export * from './lib/percent/intl-percent.pipe';
21+
export * from './lib/relative-time/relative-time-pipe-default-options';
2122
export * from './lib/relative-time/relative-time.pipe';
2223
export * from './lib/unit/intl-unit-pipe-default-options';
2324
export * from './lib/unit/intl-unit.pipe';

0 commit comments

Comments
 (0)