9 lines
171 B
TypeScript
Raw Normal View History

2016-05-18 15:53:13 +02:00
import { Component } from '@angular/core';
@Component({
moduleId: module.id,
2016-05-18 15:53:13 +02:00
selector: 'my-app',
templateUrl: 'app.component.html'
2016-05-18 15:53:13 +02:00
})
export class AppComponent { }