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