2016-05-03 14:06:32 +02:00
|
|
|
import { Component } from '@angular/core';
|
|
|
|
|
2016-04-12 18:42:27 -07:00
|
|
|
@Component({
|
2016-09-25 18:51:54 -07:00
|
|
|
moduleId: module.id,
|
2016-06-13 00:41:33 +02:00
|
|
|
selector: 'my-app',
|
2017-01-04 18:56:49 +00:00
|
|
|
templateUrl: './app.component.html'
|
2016-02-02 14:39:34 +01:00
|
|
|
})
|
2016-03-07 11:50:14 -08:00
|
|
|
export class AppComponent { }
|