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