parent
3a671bc912
commit
7f1412ca97
|
@ -4,7 +4,7 @@ import { Component, OnInit } from '@angular/core';
|
|||
// #docregion example
|
||||
@Component({
|
||||
selector: 'toh-hero-button',
|
||||
template: `<button>OK<button>`
|
||||
template: `<button>OK</button>`
|
||||
})
|
||||
export class HeroButtonComponent implements OnInit {
|
||||
ngOnInit() {
|
||||
|
|
Loading…
Reference in New Issue