We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6ef07 commit 93e8bb8Copy full SHA for 93e8bb8
projects/auth0-angular/src/public-api.ts
@@ -12,6 +12,7 @@ export * from './lib/auth.state';
12
export * from './lib/interfaces';
13
export * from './lib/provide';
14
export * from './lib/functional';
15
+export * from './lib/abstract-navigator';
16
17
export {
18
AuthorizationParams,
@@ -31,5 +32,5 @@ export {
31
32
PopupTimeoutError,
33
AuthenticationError,
34
PopupCancelledError,
- MissingRefreshTokenError
35
+ MissingRefreshTokenError,
36
} from '@auth0/auth0-spa-js';
0 commit comments