// import {NgElement, Component, View, Parent} from 'angular2/angular2' // import {IonicComponent} from 'ionic/config/component' /* @Component({ selector: 'ion-alert' }) @NgView({ template: `
` }) export class Alert { constructor( @NgElement() ngElement:NgElement ) { this.domElement = ngElement.domElement this.config = Alert.config.invoke(this) } static open(opts) { let alert = new Alert(); } } */ // new IonicComponent(Alert, {})