Socket
Socket
Sign inDemoInstall

angular-calculator

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-calculator

An AngularJS module for create a dynamic calculator


Version published
Maintainers
1
Install size
2.01 MB
Created

Readme

Source

Angular Google GApi

Travis David npm Bower

An AngularJS module for create a dynamic calculator

Requirements

Installation

Add library

This module is available as bower package, install it with this command:

bower install angular-calculator

and it's available too as npm package, install it with this command:

npm install angular-calculator

or you may download the latest release

<script type="text/javascript" src="/angular-calculator/dist/angular-calculator.min.js"></script>

Add dependency

var app = angular.module('myModule', ['angular-calculator']);

Development

Gulp is used to minify angular-google-gapi.js (using Uglify). Execute 'npm install' (requires Node and NPM) to install the required packages.

Run "gulp" to generate a minified version (angular-google-gapi.min.js). Note that this requires gulp to be installed globally (via 'npm install -g gulp').

Keywords

FAQs

Last updated on 26 Jun 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc