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 135a97a commit c19c241Copy full SHA for c19c241
projects/angular-token/src/public_api.ts
@@ -11,6 +11,8 @@ export {
11
AngularTokenOptions
12
} from './lib/angular-token.model';
13
14
+export { ANGULAR_TOKEN_OPTIONS } from './lib/angular-token.token';
15
+
16
export { AngularTokenService } from './lib/angular-token.service';
17
18
export { AngularTokenModule } from './lib/angular-token.module';
0 commit comments