fix(angular): remove extra comma when generating application with --inlineTemplate (#7126)
This commit is contained in:
parent
c18a40b1f0
commit
d52aed9fde
@ -38,6 +38,6 @@ export function updateComponentTemplate(host: Tree, options: NormalizedSchema) {
|
|||||||
),
|
),
|
||||||
componentPath,
|
componentPath,
|
||||||
templateNodeValue,
|
templateNodeValue,
|
||||||
`\`\n${nrwlHomeTemplate.html}\n\`,\n`
|
`\`\n${nrwlHomeTemplate.html}\n\``
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user