Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
refactor: expose overlay & id service
Browse files Browse the repository at this point in the history
  • Loading branch information
valentingavran committed Oct 5, 2022
1 parent 0c35915 commit 4b8352d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/anglify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export * from './utils/animations';
export * from './utils/validators';
export * from './services/breakpoint-observer/breakpoint-observer.service';
export * from './services/breakpoint-observer/breakpoint-observer.interface';
export * from './services/id/id.service';
export * from './services/overlay.service';
// Autocomplete
export * from './components/autocomplete/autocomplete.component';
// Badge
Expand Down

0 comments on commit 4b8352d

Please sign in to comment.