Socket
Socket
Sign inDemoInstall

moo-knob-switch

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moo-knob-switch

AngularJS Knob Switch Directive Component for Mutual of Omaha's DXD Team


Version published
Weekly downloads
4
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

moo-knob-switch

AngularJS Knob Switch Directive Component for mooAngular Component Library

Usage:

ES6 import syntax

import mooKnobSwitch from 'moo-knob-switch';
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.knobSwitch']);

CommonJS

var mooKnobSwitch = require('moo-knob-switch');
const app = angular.module('myAngularApplicationWithDependancies', ['mooAngular.knobSwitch']);

Browser Tag's

<!--  Example CDN Hosting For Node Modules. Official CDN TBD -->
<script src='//npm-cdn.herokuapp.com/moo-knob-switch@0.1.0/dist/index.js' />

##Example See this codepen to preview the implementation live.

Keywords

FAQs

Package last updated on 28 Jan 2016

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