fix(angular): remove extra comma when generating application with --inlineTemplate (#7126)

This commit is contained in:
Leosvel Pérez Espinosa 2021-09-24 15:24:18 +01:00 committed by GitHub
parent c18a40b1f0
commit d52aed9fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,6 @@ export function updateComponentTemplate(host: Tree, options: NormalizedSchema) {
), ),
componentPath, componentPath,
templateNodeValue, templateNodeValue,
`\`\n${nrwlHomeTemplate.html}\n\`,\n` `\`\n${nrwlHomeTemplate.html}\n\``
); );
} }