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