import { Component } from '@angular/core'; @Component({ selector: 'ng2vd-alert-basic', templateUrl: './alert-basic.html' }) export class Ng2vdAlertBasic {}