10 lines
167 B
TypeScript
Raw Normal View History

// #docregion
import { Component } from '@angular/core';
@Component({
2016-05-18 15:53:13 +02:00
selector: 'sg-app',
template: '<toh-heroes></toh-heroes>'
})
export class AppComponent {
}