diff --git a/adev/src/content/guide/components/content-projection.md b/adev/src/content/guide/components/content-projection.md index 5459aead641..202af3e35bf 100644 --- a/adev/src/content/guide/components/content-projection.md +++ b/adev/src/content/guide/components/content-projection.md @@ -105,9 +105,9 @@ export class CardBody {} selector: 'custom-card', template: `
- +
- +
`, }) @@ -150,10 +150,10 @@ did not match a `select` attribute: ```angular-html
- +
- +
``` @@ -222,7 +222,7 @@ placeholder, Angular compares against the `ngProjectAs` value instead of the ele ```angular-html
- +
diff --git a/adev/src/content/guide/testing/creating-component-harnesses.md b/adev/src/content/guide/testing/creating-component-harnesses.md index 6d0456e7bcf..5cfb2455a00 100644 --- a/adev/src/content/guide/testing/creating-component-harnesses.md +++ b/adev/src/content/guide/testing/creating-component-harnesses.md @@ -30,7 +30,7 @@ The `hostSelector` property identifies elements in the DOM that match this harne template: ` @if (isOpen()) { -
+
} `, })