Skip to content

Commit

Permalink
fix(auth): expose auth-monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Nov 28, 2023
1 parent 09a2f0d commit f936023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/auth/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ export * from './lib/shared/protected.directive';
export * from './lib/shared/token.service';
export * from './lib/shared/auth-storage.interface';
export * from './lib/shared/auth-storage.service';
export * from './lib/auth-monitoring/auth-monitoring.provider';
export * from './lib/auth-monitoring/auth-monitoring.service';
export * from './lib/auth-routing.module';
export * from './lib/auth.module';

0 comments on commit f936023

Please sign in to comment.