Skip to content

Commit 94a3d31

Browse files
Merge pull request #807 from voladev/ok-token-export
Make InjectionToken pubic so it can be used in Angular 20 application.
2 parents f695810 + 6ffcc30 commit 94a3d31

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)