mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
26 lines
674 B
JavaScript
26 lines
674 B
JavaScript
|
|
// Object.defineProperties(ViewContainerRef.prototype, {
|
|
// domElement: {
|
|
// get: function() {
|
|
// return this._defaultProtoView.render.delegate.element;
|
|
// }
|
|
// }
|
|
// });
|
|
|
|
|
|
export * from 'ionic/components'
|
|
export * from 'ionic/directives'
|
|
export * from 'ionic/platform/platform'
|
|
export * from 'ionic/routing/router'
|
|
|
|
export * from 'ionic/util/click-block'
|
|
export * from 'ionic/util/focus'
|
|
|
|
export * from 'ionic/engine/engine'
|
|
export * from 'ionic/engine/cordova/cordova'
|
|
export * from 'ionic/engine/electron/electron'
|
|
|
|
export * from 'ionic/animations/animation'
|
|
export * from 'ionic/transitions/transition'
|
|
export * from 'ionic/transitions/ios-transition'
|