We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TranslationResource
1 parent 0a3a241 commit 993cb6dCopy full SHA for 993cb6d
projects/multi-http-loader/src/lib/multi-http-loader.ts
@@ -12,7 +12,7 @@ export interface TranslationResource {
12
export class MultiTranslateHttpLoader implements TranslateLoader {
13
constructor(
14
private _handler: HttpBackend,
15
- private _resourcesPrefix: string[] | TranslationResource[],
+ private _resourcesPrefix: (string | TranslationResource)[],
16
) {}
17
18
public getTranslation(lang: string): Observable<any> {
0 commit comments