mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
17 lines
509 B
JavaScript
17 lines
509 B
JavaScript
import {NgElement} from 'angular2/angular2'
|
|
Object.defineProperties(NgElement.prototype, {
|
|
domElement: {
|
|
get: function() {
|
|
return this._view.render.delegate.boundElements[this._boundElementIndex];
|
|
}
|
|
}
|
|
});
|
|
|
|
export * from 'ionic/components'
|
|
export * from 'ionic/platform/platform'
|
|
export * from 'ionic/webview/webview'
|
|
export * from 'ionic/webview/cordova/cordova'
|
|
export * from 'ionic/webview/node-webkit/node-webkit'
|
|
export * from 'ionic/util/focus'
|
|
export * from 'ionic/collide/transition'
|