Socket
Socket
Sign inDemoInstall

atom-angular-add-event

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom-angular-add-event

Atom Angular 1.x Add event reusable component


Version published
Maintainers
1
Created
Source

atom-angular-add-event

Atom Angular 1.x Add event reusable component

Installation

  • Clone this repo
  • Run npm install webpack -g
  • Run npm install webpack-dev-server -g
  • Run npm install bower -g
  • From application root, run npm install

Running the component

  • Run webpack
  • Run webpack-dev-server --base-content
  • Navigate to http://localhost:8080/test/index.html in a browser

Running unit tests

  • Check karma.conf.js to select either Chrome or PhantomJS for run
  • Install karma-cli on your local by running npm install -g karma-cli
  • Run karma start

Using add event in microsites

  • add link to addEvent -
  • add link to app.bundle.js
  • to refresh button, add GA events inject AddEventService and call AddEventService.initialize(); in controller

Release add-event component

  • Run 'release-it'

Updating jsDocs documentation

  • Run 'npm run docs'
  • If you are creating a new subdirectory with additional js files with documentation, updates the scripts property in package.json to reflect these additions.

FAQs

Package last updated on 22 Sep 2017

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