Skip to content

Commit 6ffcc30

Browse files
committed
Make InjectionToken pubic so it can be used in Angular 20 application.
1 parent f695810 commit 6ffcc30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/lib/src/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export {
33
} from './socialauth.service';
44
export {
55
SocialAuthServiceConfig,
6+
SOCIAL_AUTH_CONFIG
67
} from './utils/social-auth.tokens';
78
export { SocialLoginModule } from './sociallogin.module';
89
export { SocialUser } from './entities/social-user';

0 commit comments

Comments
 (0)