問題タブ [angular-module]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
497 問題
0
投票する
1
に答える
1088
参照
angular - TranslateModule 構成が機能しない
ngx-translate
構成を分離するために、次のファイルを作成しました。
次に、アプリモジュールimports
セクション内で次を使用するだけです。
TranslateModule.forRoot(translateModuleConfig)
しかし、関数の代わりに構成を直接インライン化したときとは異なり、実際にはもう機能していません。私は間違って何をしていますか?