-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: do not export config entry and do some cleanups
In this commit, we avoid re-exporting items from the config entry point to prevent bundling these libraries together. Additionally, some functions have been removed because they are only used once. The `OnPush` strategy has also been improved to make it more automatic.
- Loading branch information
Showing
9 changed files
with
35 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 7 additions & 2 deletions
9
...eat/helipopper/config/src/inject-tippy.ts → ...ngneat/helipopper/src/lib/inject-tippy.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
export { TippyDirective } from './lib/tippy.directive'; | ||
export { TippyService } from './lib/tippy.service'; | ||
export { inView, overflowChanges } from './lib/utils'; | ||
|
||
export { | ||
ExtendedTippyInstance, | ||
TippyInstance, | ||
TIPPY_REF, | ||
TippyConfig, | ||
TIPPY_CONFIG, | ||
tooltipVariation, | ||
popperVariation, | ||
withContextMenuVariation, | ||
provideTippyConfig, | ||
injectTippyRef, | ||
} from '@ngneat/helipopper/config'; | ||
export { TIPPY_REF, injectTippyRef } from './lib/inject-tippy'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters