Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 528 Bytes

File metadata and controls

14 lines (8 loc) · 528 Bytes

iframe communication

This is a simple trivial demo of how to add a block of code to an angular app, which will allow a parent frame to control the app.

The Bellhop Iframe library provides a simple means of communicating messages between windows.

See src/assets/ng for the Angular app, and src/app/components/IFrameCommunication component for the React side.

Demo

To use

  • npm install
  • npm run local