Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 7f1412c

Browse files
Foxandxsswardbell
authored andcommitted
docs(style-guide): close the button at 09-01
closes #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

Lines changed: 1 addition & 1 deletion
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)