UNPKG

@hardpool/js-bridge

Version:

Bridge between pure vanilla javascript and angular. Expose selected methods of angular component on javascript window object and call them from external javascript application. Making angular app plugable/co-exist with other front end app.

6 lines (5 loc) 148 B
/** * Generated bundle index. Do not edit. */ export * from './public-api'; export { JsBridgeComponent as ɵa } from './lib/js-bridge.component';