@o3r/third-party
v11.5.4
Published
This module provides a bridge to communicate with third parties via an iFrame solution.
Downloads
21,834
Readme
This package is an Otter Framework Module.
Description
This module aims at improving the communication with third parties. It exposes bridges to integrate third parties iFrame via an established communication protocol. It also provides support of an A/B Testing solution via shared windows properties (more info on the A/B testing dedicated documentation)
How to install
ng add @o3r/third-party
[!WARNING] This module requires @o3r/core to be installed.
Generators
Otter framework provides a set of code generators based on Angular schematics.
| Schematics | Description | How to use |
| --------------------- | ------------------------------------------------------------ | --------------------------- |
| add | Include Otter third party module in a library / application. | ng add @o3r/third-party
|
| iframe-to-component | Add iframe to an Otter component | ng g iframe-to-component
|