New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

loading-bar-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loading-bar-plugin

A loading bar plugin.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Progressive Loading Bar

Loading/Progress bar color: #00d034.

How to use with Angular 2

  • Run npm install --save-dev progressive-loading-bar in root project directory
  • Open the angular.json file located in the root of the project directory
  • Map to projects > {{Angular Project Name}} > architect > build > options > styles
  • Add "node_modules/progressive-loading-bar/dist/css/plb.min.css" to the styles array
  • Map to projects > {{Angular Project Name}} > architect > build > options > scripts
  • Add "node_modules/progressive-loading-bar/dist/js/plb.min.js" to the scripts array
  • Run/build your app (ng serve/ng build/ng build --prod)

FAQs

Package last updated on 10 Jun 2019

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