🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@fitpuli/fitpuli-loading-bar

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fitpuli/fitpuli-loading-bar

A wrapper around Material's progress bar which appears if:

latest
npmnpm
Version
1.0.0-beta.11
Version published
Maintainers
2
Created
Source

FitpuliLoadingBar

A wrapper around Material's progress bar which appears if:

  • route is changing or
  • there are ongoing http request(s).

This library was generated with Angular CLI version 8.2.14.

Code scaffolding

Run ng generate component component-name --project fitpuli-loading-bar to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project fitpuli-loading-bar.

Note: Don't forget to add --project fitpuli-loading-bar or else it will be added to the default project in your angular.json file.

Usage

Add module to imports:

@NgModule({
  declarations: [],
  imports: [
    FitpuliLoadingBarModule,
  ],
  exports: [],
})

Build

Run ng build fitpuli-loading-bar to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build fitpuli-loading-bar, go to the dist folder cd dist/fitpuli-loading-bar and run npm publish --access public.

Running unit tests

Run ng test fitpuli-loading-bar to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

FAQs

Package last updated on 12 Jul 2022

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