2016-05-18 15:53:13 +02:00
|
|
|
import { Component } from '@angular/core';
|
|
|
|
|
|
|
|
@Component({
|
|
|
|
selector: 'sg-app',
|
|
|
|
template: `
|
|
|
|
<toh-hero></toh-hero>
|
|
|
|
<admin-users></admin-users>
|
2016-08-09 17:38:25 +01:00
|
|
|
`
|
2016-05-18 15:53:13 +02:00
|
|
|
})
|
|
|
|
export class AppComponent { }
|