UNPKG

@o3r/third-party

Version:

This module provides a bridge to communicate with third parties via an iFrame solution.

18 lines (17 loc) 653 B
{ "$schema": "https://raw.githubusercontent.com/angular/angular-cli/main/packages/angular_devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add Otter third-party to the project.", "factory": "./schematics/ng-add/index#ngAdd", "schema": "./schematics/ng-add/schema.json", "aliases": ["install", "i"] }, "iframe-to-component": { "description": "Add iframe to an existing component", "factory": "./schematics/iframe-to-component/index#ngAddIframe", "schema": "./schematics/iframe-to-component/schema.json", "aliases": ["add-iframe", "iframe"] } } }