@tilde-nlp/ngx-services
Advanced tools
Comparing version
@@ -7,2 +7,3 @@ import { MtProxyConfiguration } from "../mt-proxy"; | ||
import { SpeechApiConfiguration } from "../speech/models/speech-api-configuration.model"; | ||
import { MicroLearningConfiguration } from "../micro-learning/models/micro-learning-configuration.model"; | ||
/** Tilde api service configuration. Note that authentication should be handled on app level by interceptors. */ | ||
@@ -15,3 +16,4 @@ export interface ServiceConfiguration { | ||
speechApi?: SpeechApiConfiguration; | ||
microLearningService?: MicroLearningConfiguration; | ||
sharedConfiguration: SharedServiceConfiguration; | ||
} |
@@ -8,1 +8,2 @@ export * from './mt-proxy'; | ||
export * from './speech'; | ||
export * from './micro-learning'; |
import { InjectionToken } from "@angular/core"; | ||
import { ServiceConfiguration } from "../configuration/service-configuration.model"; | ||
export declare const serviceConfigurationToken: InjectionToken<ServiceConfiguration>; | ||
export declare const SERVICE_CONFIGURATION_TOKEN: InjectionToken<ServiceConfiguration>; |
{ | ||
"name": "@tilde-nlp/ngx-services", | ||
"version": "6.0.28", | ||
"version": "6.0.29", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^18.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
159252
18.03%150
17.19%1280
18.08%