diff --git a/src/index.ts b/src/index.ts index b3330cf..b6e5c88 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,3 +19,4 @@ export * from './lib/scrollbar'; export * from './lib/caching'; export * from './lib/users'; export * from './lib/translations'; +export * from './lib/standalone'; diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index e84baaa..c74b7bb 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -1,8 +1,6 @@ export * from './functions'; export * from './operators'; export * from './auto-unsubscribe.directive'; -export * from '../standalone/pipes/humanize.pipe'; -export * from '../standalone/pipes/capitalize.pipe'; export * from './types/events.type'; export * from './types/utility-types'; export * from './types/tooltip-positions.type';