Skip to content

Commit e598b08

Browse files
docs: fix closing tag slash location (angular#57405)
PR Close angular#57405
1 parent 87a724e commit e598b08

File tree

1 file changed

+1
-1
lines changed
  • adev/src/content/tutorials/learn-angular/steps/8-input

1 file changed

+1
-1
lines changed

adev/src/content/tutorials/learn-angular/steps/8-input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When you are ready to pass in a value through an `Input`, values can be set in t
2121
<docs-code header="app.component.ts" language="angular-ts" highlight="[3]">
2222
@Component({
2323
...
24-
template: `<app-user occupation="Angular Developer"><app-user/>`
24+
template: `<app-user occupation="Angular Developer"></app-user>`
2525
})
2626
class AppComponent {}
2727
</docs-code>

0 commit comments

Comments
 (0)