13.0.0 • Published 2 years ago

@ngxsmart/spinner v13.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Spinner

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

Publish the library to NPM

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

Technologies

  1. Angular 12.x
  2. 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

  1. Install all dependencies
$ npm install
  1. Build the project
$ npm run build
  1. Link the project
$ npm link  dist/spinner

Inside the Test/Actual project, remove the dependency and link local dependency

  1. Install dependencies
$ npm install
  1. Link the library
$ npm link @ngxsmart/spinner
  1. Add property "preserveSymlinks": true to angular.json if not already exists
  2. Start the project
$ npm start
13.0.0

2 years ago

12.0.8

3 years ago

12.0.8-beta3

3 years ago

12.0.8-beta1

3 years ago

12.0.7

3 years ago

12.0.3

3 years ago

12.0.4

3 years ago

12.0.5

3 years ago

12.0.6

3 years ago

12.0.1

3 years ago

12.0.2

3 years ago

12.0.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago