import { Component, OnInit } from '@angular/core'; @Component({ moduleId: module.id, selector: 'home', templateUrl: 'home.html' }) export class Home implements OnInit { constructor() { } ngOnInit() { } }