// import { Component, OnInit,ViewChild,Input } from '@angular/core'; // import { Router } from '@angular/router'; // @Component({ // selector: 'app-homepage', // templateUrl: './homepage.component.html', // styleUrls: ['./homepage.component.css'] // }) //export class HomepageComponent { // @ViewChild('popup') PopupCntrl:any; // @ViewChild('alert') alert; // public gridData; // constructor() { // } // ngOnInit() { // this.alert.showAlert("Please upload correct file ", function () { // return true; // }); // } // public openPopup() { // this.PopupCntrl.showPopup() // } }