Skip to content

Commit 015d90f

Browse files
authored
Merge pull request #1199 from normandjulian/main
Expose PopupService and PopupOptions as public
2 parents de751a0 + 2ccaf99 commit 015d90f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

projects/angular-auth-oidc-client/src/lib/angular-auth-oidc-client.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
// Public classes.
22

33
export * from './auth-options';
4-
export * from './auth.module';
54
export * from './auth-state/auth-result';
65
export * from './auth-state/auth-state';
6+
export * from './auth.module';
77
export * from './auto-login/auto-login-all-routes.guard';
88
export * from './auto-login/auto-login-partial-routes.guard';
99
export * from './config/auth-well-known/auth-well-known-endpoints';
1010
export * from './config/config.service';
1111
export * from './config/loader/config-loader';
1212
export * from './config/openid-configuration';
1313
export * from './interceptor/auth.interceptor';
14-
export * from './login/login-response';
1514
export * from './logging/log-level';
1615
export * from './logging/logger.service';
16+
export * from './login/login-response';
17+
export * from './login/popup/popup-login.service';
18+
export * from './login/popup/popup-options';
1719
export * from './oidc.security.service';
1820
export * from './public-events/event-types';
1921
export * from './public-events/notification';
@@ -25,3 +27,4 @@ export * from './validation/jwtkeys';
2527
export * from './validation/state-validation-result';
2628
export * from './validation/token-validation.service';
2729
export * from './validation/validation-result';
30+

0 commit comments

Comments
 (0)