From 5cd3f7a525a9a903bf8ed33af6447ec844084dea Mon Sep 17 00:00:00 2001 From: nzbin Date: Tue, 10 Mar 2020 12:27:57 +0800 Subject: [PATCH] chore: release 0.9.1 --- projects/extensions/README.md | 33 ++++++++++++++++++++++++++++++++ projects/extensions/package.json | 21 ++++++++++++++------ 2 files changed, 48 insertions(+), 6 deletions(-) diff --git a/projects/extensions/README.md b/projects/extensions/README.md index ef0c2903..c07a084b 100644 --- a/projects/extensions/README.md +++ b/projects/extensions/README.md @@ -1,3 +1,36 @@ # Ng-Matero Extensions Angular Material Extensions + +[![npm](https://img.shields.io/npm/v/@ng-matero/extensions.svg?style=flat-square)](https://www.npmjs.com/package/@ng-matero/extensions) +[![GitHub Release Date](https://img.shields.io/github/release-date/ng-matero/extensions?style=flat-square)](https://github.com/ng-matero/extensions/releases) +[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/ng-matero/extensions/blob/dev/LICENSE) +[![Gitter](https://img.shields.io/gitter/room/ng-matero/extensions.svg?style=flat-square)](https://gitter.im/matero-io/extensions) + +## Installation + +The Ng-Matero Extensions is just a extended library of Angular Material, so you need install the Angular Material first and setup it. [Learn more about setup](https://material.angular.io/guide/getting-started). + +Install the Extensions library: + +```bash +$ npm install @ng-matero/extensions --save +``` + +Once installed you need to import the main module: + +```ts +import { MaterialExtensionsModule } from '@ng-matero/extensions'; + +@NgModule({ + ... + imports: [MaterialExtensionsModule, ...], + ... +}) +export class YourAppModule { +} +``` + +## License + +MIT diff --git a/projects/extensions/package.json b/projects/extensions/package.json index a6080a9c..af30c708 100644 --- a/projects/extensions/package.json +++ b/projects/extensions/package.json @@ -1,6 +1,6 @@ { "name": "@ng-matero/extensions", - "version": "0.9.0", + "version": "0.9.1", "description": "Angular Material Extensions", "author": "nzbin", "repository": { @@ -9,11 +9,20 @@ }, "keywords": [ "angular", - "angular material", - "angular components", - "angular material extensions", - "angular admin", - "ng-matero" + "angular-material", + "angular-components", + "angular-material-extensions", + "angular-admin", + "ng-matero", + "color-picker", + "ngx-color", + "ngx-color-picker", + "material-color-picker", + "ng-select", + "typeahead", + "autocomplete", + "data-grid", + "ngx-data-grid" ], "license": "MIT", "bugs": {