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 703a080 commit 169ae4eCopy full SHA for 169ae4e
src/ng-generate/table/index.ts
@@ -66,7 +66,7 @@ export function generateTable(options: Schema): Rule {
66
67
const defaultOptions = {
68
skipImport: false,
69
- configFile: WIZARD_CONFIG_FILE,
+ configFile: options.configFile !== WIZARD_CONFIG_FILE ? WIZARD_CONFIG_FILE : options.configFile,
70
};
71
72
options = {
0 commit comments