2016-08-09 11:48:07 -07:00

8 lines
152 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'sg-app',
template: '<toh-heroes></toh-heroes>'
})
export class AppComponent { }