Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

adf-widget-news

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

adf-widget-news

News widget for the angular-dashboard-framework

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

adf-widget-news

News widget for the angular-dashboard-framework.

Build

The widget is build with the help of node, npm, bower and gulp. For a install instruction for node and npm, please have a look here.

Installing bower and gulp

npm install -g bower
npm install -g gulp

Installing dependencies

npm install
bower install

Build the adf-widget-news

gulp

The compiled and optimized files can be found in the dist directory.

Other build goals

Each goal can be used as parameter for the gulp command.

  • clean: removes the dist folder
  • lint: checks css and javascript files for common errors
  • serve: starts an webserver to test the widget

Usage

Install the widget with bower:

bower install adf-widget-news --save

Include the script in your index.html and be sure it is loaded after angular and after the angular-dashboard-framework.

<script type="text/javascript" src="bower_components/adf-widget-news/dist/adf-widget-news.min.js"></script>

Define a dependency for the module:

angular.module('sample', ['adf', 'adf.widget.news']);

Keywords

dashboard

FAQs

Package last updated on 05 Mar 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