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