Skip to content

Commit e65f9f2

Browse files
committed
fix(transloco): 🐛 fix wrong import
1 parent 053a4fa commit e65f9f2

File tree

1 file changed

+2
-2
lines changed
  • libs/transloco/schematics/ng-add

1 file changed

+2
-2
lines changed

libs/transloco/schematics/ng-add/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { findAppConfig } from '@schematics/angular/utility/standalone/app_config
2424
import {
2525
checkIfTranslationFilesExist,
2626
createTranslateFiles,
27-
createTranslocoConfig,
27+
createGlobalConfig,
2828
getProject,
2929
setEnvironments,
3030
stringifyList,
@@ -175,7 +175,7 @@ export default function (options: SchemaOptions): Rule {
175175
updateEnvironmentBaseUrl(host, sourceRoot, 'http://localhost:4200');
176176
}
177177

178-
createTranslocoConfig(host, langs, assetsPath);
178+
createGlobalConfig(host, langs, assetsPath);
179179

180180
return chain(actions)(host, context) as Rule;
181181
};

0 commit comments

Comments
 (0)