New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wolf_and_associates/popover-iframe-rollover

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wolf_and_associates/popover-iframe-rollover

## Requirements This library must use the same Angular Compiler version as the project you are adding it to.

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

WolfLTC Popover iFrame Rollover

Requirements

This library must use the same Angular Compiler version as the project you are adding it to.

Usage

Use the <wolfltc-popover-iframe-rollover [iframe_url]="some_url"></wolfltc-popover-iframe-rollover> directive to place an <iframe> in the rollover. If desired you may also include HTML in the body of the element that is placed above the rendered <iframe>. E.g.

<wolfltc-popover-iframe-rollover [iframe_url]="some_url">
  <h1>Here's a heading above the <code>iframe</code>!</h1>
</wolfltc-popover-iframe-rollover>

If an iframe_url is not specified, no <iframe></iframe> will be added to the DOM.

Development

Build the project and then add it to the destination project node_modules folder using the example below:

ng build popover-iframe-rollover --watch

In another terminal window:

cd destination-project/
npm i ../wolfltc-ngx/dest/iframe-rollover

FAQs

Package last updated on 18 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc