Skip to content

Commit

Permalink
export projection utility from public api
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Sep 10, 2021
1 parent 4dde2f1 commit e0866e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/wvr-elements/src/lib/shared/utility/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { obtainConfigPath, registerWeaverElements, showWeaverElements, weaverBoo
export { debounce } from './decorators.utilty';
export { wvrCompile, wvrParseProjectedContent } from './template.utility';
export { wvrTimeout } from './timing.utility';
export { projectContent, preserveContent } from './projection.utility';

0 comments on commit e0866e5

Please sign in to comment.