fix(angular): adjust the adapter to work with angular 12

This commit is contained in:
vsavkin 2021-05-17 20:38:08 -04:00 committed by Victor Savkin
parent 0872f01738
commit fe0dec1f99

View File

@ -762,7 +762,7 @@ export function wrapAngularDevkitSchematic(
); );
const options = { const options = {
generatorOptions: { ...generatorOptions, _: [] }, generatorOptions,
dryRun: true, dryRun: true,
interactive: false, interactive: false,
help: false, help: false,