We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8328dc commit 6b26f91Copy full SHA for 6b26f91
packages/@angular/cli/commands/xi18n.ts
@@ -1,7 +1,5 @@
1
const Command = require('../ember-cli/lib/models/command');
2
3
-import {Extracti18nTask} from '../tasks/extract-i18n';
4
-
5
export interface Xi18nOptions {
6
outputPath?: string;
7
verbose?: boolean;
@@ -25,6 +23,7 @@ const Xi18nCommand = Command.extend({
25
23
26
24
],
27
run: function (commandOptions: any) {
+ const {Extracti18nTask} = require('../tasks/extract-i18n');
28
29
const xi18nTask = new Extracti18nTask({
30
ui: this.ui,
0 commit comments