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) 142 B
import { OnInit } from '@angular/core'; export declare class JsBridgeComponent implements OnInit { constructor(); ngOnInit(): void; }