Skip to content

Trivial example of how React could control an Angular App over iframe communication.

License

Notifications You must be signed in to change notification settings

updox/react-angular-iframe-communication

 
 

Repository files navigation

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

About

Trivial example of how React could control an Angular App over iframe communication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • CSS 16.5%
  • Other 1.0%