Skip to content

Commit 7f1412c

Browse files
Foxandxsswardbell
authored andcommitted
docs(style-guide): close the button at 09-01
closes angular#1490
1 parent 3a671bc commit 7f1412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/style-guide/ts/09-01/app/heroes/shared/hero-button/hero-button.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Component, OnInit } from '@angular/core';
44
// #docregion example
55
@Component({
66
selector: 'toh-hero-button',
7-
template: `<button>OK<button>`
7+
template: `<button>OK</button>`
88
})
99
export class HeroButtonComponent implements OnInit {
1010
ngOnInit() {

0 commit comments

Comments
 (0)