Skip to content

Commit 93e8bb8

Browse files
Export AbstractNavigator (#564)
1 parent cd6ef07 commit 93e8bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/auth0-angular/src/public-api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export * from './lib/auth.state';
1212
export * from './lib/interfaces';
1313
export * from './lib/provide';
1414
export * from './lib/functional';
15+
export * from './lib/abstract-navigator';
1516

1617
export {
1718
AuthorizationParams,
@@ -31,5 +32,5 @@ export {
3132
PopupTimeoutError,
3233
AuthenticationError,
3334
PopupCancelledError,
34-
MissingRefreshTokenError
35+
MissingRefreshTokenError,
3536
} from '@auth0/auth0-spa-js';

0 commit comments

Comments
 (0)