import { Component } from '@angular/core'; @Component({ template: require('./home.component.html') }) export class HomeComponent {}