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 053a4fa commit e65f9f2Copy full SHA for e65f9f2
libs/transloco/schematics/ng-add/index.ts
@@ -24,7 +24,7 @@ import { findAppConfig } from '@schematics/angular/utility/standalone/app_config
24
import {
25
checkIfTranslationFilesExist,
26
createTranslateFiles,
27
- createTranslocoConfig,
+ createGlobalConfig,
28
getProject,
29
setEnvironments,
30
stringifyList,
@@ -175,7 +175,7 @@ export default function (options: SchemaOptions): Rule {
175
updateEnvironmentBaseUrl(host, sourceRoot, 'http://localhost:4200');
176
}
177
178
- createTranslocoConfig(host, langs, assetsPath);
+ createGlobalConfig(host, langs, assetsPath);
179
180
return chain(actions)(host, context) as Rule;
181
};
0 commit comments