JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q33358F
  • License MIT

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

Package Exports

  • moo-knob-switch

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (moo-knob-switch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.