diff --git a/adev/src/content/guide/di/hierarchical-dependency-injection.md b/adev/src/content/guide/di/hierarchical-dependency-injection.md
index 77dbde0e397..c3d31a7e56f 100644
--- a/adev/src/content/guide/di/hierarchical-dependency-injection.md
+++ b/adev/src/content/guide/di/hierarchical-dependency-injection.md
@@ -331,7 +331,7 @@ Components are used in your templates, as in the following example:
```html
- ;
+ ;
```
@@ -673,11 +673,11 @@ Next, add the following to `child.component.html`:
Content projection
-
+
Inside the view
-
+
```
`` allows you to project content, and `` inside the `ChildComponent` template makes the `InspectorComponent` a child component of `ChildComponent`.
@@ -686,7 +686,7 @@ Next, add the following to `app.component.html` to take advantage of content pro
```html
-
+
```
diff --git a/adev/src/content/guide/di/lightweight-injection-tokens.md b/adev/src/content/guide/di/lightweight-injection-tokens.md
index bb28b41ab92..f526fb0a386 100644
--- a/adev/src/content/guide/di/lightweight-injection-tokens.md
+++ b/adev/src/content/guide/di/lightweight-injection-tokens.md
@@ -49,7 +49,7 @@ class LibCardComponent {
}
```
-Because `` is optional, the element can appear in the template in its minimal form, ``.
+Because `` is optional, the element can appear in the template in its minimal form, ``.
In this case, `` is not used and you would expect it to be tree-shaken, but that is not what happens.
This is because `LibCardComponent` actually contains two references to the `LibHeaderComponent`:
diff --git a/adev/src/content/guide/routing/show-routes-with-outlets.md b/adev/src/content/guide/routing/show-routes-with-outlets.md
index 3b74649c23d..8588e5996b8 100644
--- a/adev/src/content/guide/routing/show-routes-with-outlets.md
+++ b/adev/src/content/guide/routing/show-routes-with-outlets.md
@@ -69,10 +69,10 @@ When displaying a route, the `` element remains present in the DO
```angular-html
-...
-
-...
-...
+
+
+
+
```
## Nesting routes with child routes
diff --git a/adev/src/content/guide/templates/ng-container.md b/adev/src/content/guide/templates/ng-container.md
index d63d593fa1f..22895c151ba 100644
--- a/adev/src/content/guide/templates/ng-container.md
+++ b/adev/src/content/guide/templates/ng-container.md
@@ -80,7 +80,7 @@ You can also apply structural directives to `` elements. Common ex
```angular-html
Admin Dashboard
-
+
diff --git a/adev/src/content/tutorials/first-app/steps/03-HousingLocation/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/03-HousingLocation/src/app/app.ts
index b67e16f7f68..24174f4e013 100644
--- a/adev/src/content/tutorials/first-app/steps/03-HousingLocation/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/03-HousingLocation/src/app/app.ts
@@ -10,7 +10,7 @@ import {Home} from './home/home';
`,
diff --git a/adev/src/content/tutorials/first-app/steps/04-interfaces/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/04-interfaces/src/app/app.ts
index b67e16f7f68..24174f4e013 100644
--- a/adev/src/content/tutorials/first-app/steps/04-interfaces/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/04-interfaces/src/app/app.ts
@@ -10,7 +10,7 @@ import {Home} from './home/home';
`,
diff --git a/adev/src/content/tutorials/first-app/steps/05-inputs/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/05-inputs/src/app/app.ts
index b67e16f7f68..24174f4e013 100644
--- a/adev/src/content/tutorials/first-app/steps/05-inputs/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/05-inputs/src/app/app.ts
@@ -10,7 +10,7 @@ import {Home} from './home/home';
`,
diff --git a/adev/src/content/tutorials/first-app/steps/06-property-binding/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/06-property-binding/src/app/app.ts
index b67e16f7f68..24174f4e013 100644
--- a/adev/src/content/tutorials/first-app/steps/06-property-binding/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/06-property-binding/src/app/app.ts
@@ -10,7 +10,7 @@ import {Home} from './home/home';
`,
diff --git a/adev/src/content/tutorials/first-app/steps/07-dynamic-template-values/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/07-dynamic-template-values/src/app/app.ts
index b67e16f7f68..24174f4e013 100644
--- a/adev/src/content/tutorials/first-app/steps/07-dynamic-template-values/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/07-dynamic-template-values/src/app/app.ts
@@ -10,7 +10,7 @@ import {Home} from './home/home';
`,
diff --git a/adev/src/content/tutorials/first-app/steps/08-ngFor/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/08-ngFor/src/app/app.ts
index b67e16f7f68..24174f4e013 100644
--- a/adev/src/content/tutorials/first-app/steps/08-ngFor/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/08-ngFor/src/app/app.ts
@@ -10,7 +10,7 @@ import {Home} from './home/home';
`,
diff --git a/adev/src/content/tutorials/first-app/steps/09-services/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/09-services/src/app/app.ts
index b67e16f7f68..24174f4e013 100644
--- a/adev/src/content/tutorials/first-app/steps/09-services/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/09-services/src/app/app.ts
@@ -10,7 +10,7 @@ import {Home} from './home/home';
`,
diff --git a/adev/src/content/tutorials/first-app/steps/10-routing/README.md b/adev/src/content/tutorials/first-app/steps/10-routing/README.md
index b0e5efdb667..d4433aebb2a 100644
--- a/adev/src/content/tutorials/first-app/steps/10-routing/README.md
+++ b/adev/src/content/tutorials/first-app/steps/10-routing/README.md
@@ -49,7 +49,7 @@ In this lesson, you will enable routing in your application to navigate to the d
2. Add `RouterOutlet` and `RouterLink` to the `@Component` metadata imports
- 3. In the `template` property, replace the `` tag with the `` directive and add a link back to the home page. Your code should match this code:
+ 3. In the `template` property, replace the `` tag with the `` directive and add a link back to the home page. Your code should match this code:
diff --git a/adev/src/content/tutorials/first-app/steps/13-search/src/app/app.ts b/adev/src/content/tutorials/first-app/steps/13-search/src/app/app.ts
index c9be1236e28..fa549e7c45a 100644
--- a/adev/src/content/tutorials/first-app/steps/13-search/src/app/app.ts
+++ b/adev/src/content/tutorials/first-app/steps/13-search/src/app/app.ts
@@ -13,7 +13,7 @@ import {RouterLink, RouterOutlet} from '@angular/router';
`,
diff --git a/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/README.md b/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/README.md
index 15cc2268338..7dcb21eebaa 100644
--- a/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/README.md
+++ b/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/README.md
@@ -78,7 +78,7 @@ import {CartDisplay} from './cart-display';
-
+
`,
diff --git a/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/answer/src/app/app.ts b/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/answer/src/app/app.ts
index e48b2d64725..ffee00ea9c5 100644
--- a/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/answer/src/app/app.ts
+++ b/adev/src/content/tutorials/signals/steps/7-using-signals-with-services/answer/src/app/app.ts
@@ -13,9 +13,9 @@ import {CartDisplay} from './cart-display';
Cart: {{ cartStore.totalQuantity() }} items (\${{ cartStore.totalPrice() }})
-
+
-
+
`,