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

@ngxsmart/spinner

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ngxsmart/spinner

Reusable Spinner component created with Bootstrap 5.x and Angular 12.x <img src="https://img.shields.io/npm/v/@ngxsmart/spinner.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" al

unpublished
latest
Source
npmnpm
Version
13.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Spinner

Reusable Spinner component created with Bootstrap 5.x and Angular 12.x

Spinner on npm

Publish the library to NPM

  • Build the library
$ ng build --configuration production --project=@ngxsmart/spinner
  • Publish the library to NPM
$ npm publish dist/spinner --access public

Technologies

  • Angular 12.x
  • Bootstrap 5.x

API

List of selectors that can be used to select the component

Selector
spinner,lib-spinner

Properties

PropertyDescriptionTypeDefault Value
bootstrapSpinnerUse Boostrap Spinner. Default truebooleanfalse
diameterDiameter of the Angular Material spinnerbooleantrue
colorColor of the Angular Material spinnerstring or ThemePalette5000
strokeWidthStroke Width of the Angular Material spinnerbooleanfalse

Test project locally

Run the following steps inside library folder

  • Install all dependencies
$ npm install
  • Build the project
$ npm run build
  • Link the project
$ npm link  dist/spinner
  • Install dependencies
$ npm install
  • Link the library
$ npm link @ngxsmart/spinner
  • Add property "preserveSymlinks": true to angular.json if not already exists
  • Start the project
$ npm start

Keywords

angular

FAQs

Package last updated on 03 Nov 2021

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