diff --git a/README.md b/README.md index df9f66d..de2a8c0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ng add ngx-loading-buttons ## Usage -Import the `NgxPagememoryModule` into your `AppModule`. You can configure it as shown below: +Import the `NgxLoadingButtonsModule` into your `AppModule`. You can configure it as shown below: ```ts import { NgModule } from '@angular/core'; @@ -105,8 +105,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - + + + diff --git a/projects/ngx-loading-buttons/README.md b/projects/ngx-loading-buttons/README.md index 0c48023..de2a8c0 100644 --- a/projects/ngx-loading-buttons/README.md +++ b/projects/ngx-loading-buttons/README.md @@ -4,9 +4,13 @@
+![npm](https://img.shields.io/npm/dt/ngx-loading-buttons) +![npm](https://img.shields.io/npm/dm/ngx-loading-buttons) +[![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/ngx-loading-buttons)](https://bundlephobia.com/result?p=ngx-loading-button) [![ngx-loading-buttons](https://github.com/dkreider/ngx-loading-buttons/workflows/ngx-loading-buttons/badge.svg)](https://github.com/dkreider/ngx-loading-buttons/actions/workflows/main.yml) [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]() -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![npm](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](https://github.com/dkreider/ngx-loading-buttons/blob/main/LICENSE) A lightweight Angular library to add a loading spinner to your [Angular Material](https://material.angular.io) buttons. @@ -22,7 +26,7 @@ ng add ngx-loading-buttons ## Usage -Import the `NgxPagememoryModule` into your `AppModule`. You can configure it as shown below: +Import the `NgxLoadingButtonsModule` into your `AppModule`. You can configure it as shown below: ```ts import { NgModule } from '@angular/core'; @@ -101,8 +105,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

Daniel Kreider

💻

Raphaël Balet

💻

Daniel Kreider

💻

Raphaël Balet

💻

Arthur Ming

💻

Fabien Wautriche

🐛

tux1337

🐛

Milán Németh

🐛
- - + + + @@ -120,4 +125,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/ Contributions of any kind welcome! ## Credits -- Fidget-spinner icons created by Smashicons - Flaticon \ No newline at end of file +- Fidget-spinner icons created by Smashicons - Flaticon diff --git a/projects/ngx-loading-buttons/schematics/ng-add/schema.json b/projects/ngx-loading-buttons/schematics/ng-add/schema.json index fa0c9af..3005205 100644 --- a/projects/ngx-loading-buttons/schematics/ng-add/schema.json +++ b/projects/ngx-loading-buttons/schematics/ng-add/schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "ngx-loading-buttongs-ng-add", + "$id": "ngx-loading-buttons-ng-add", "title": "ngx-loading-buttons ng-add schematic", "type": "object", "properties": { @@ -14,4 +14,4 @@ }, "required": [] } - \ No newline at end of file +

Daniel Kreider

💻

Raphaël Balet

💻

Daniel Kreider

💻

Raphaël Balet

💻

Arthur Ming

💻

Fabien Wautriche

🐛

tux1337

🐛

Milán Németh

🐛