Skip to content

Commit

Permalink
feat: update README.md's
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Oct 4, 2023
1 parent 501adb8 commit ba21cbb
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 57 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,46 @@ The collection of collections.

TypeScript Library with tons of utility tools helping in all projects.

[![NPM](https://nodei.co/npm/dfts-helper.png)](https://npmjs.org/package/dfts-helper)
[![npm version](https://badge.fury.io/js/dfts-helper.svg)](https://npmjs.org/package/dfts-helper)
[![NPM](https://img.shields.io/npm/dw/dfts-helper?logo=npm)](https://npmjs.org/package/dfts-helper)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfts-helper?cacheSeconds=86400)](https://npmjs.org/package/dfts-helper)

### dfts-qrcode

`dfts-qrcode` is a tiny and simple-to-use Javascript QR-Code generator library. Fully type-safe and esm module compatible.

[![NPM](https://nodei.co/npm/dfts-qrcode.png)](https://npmjs.org/package/dfts-qrcode)
[![npm version](https://badge.fury.io/js/dfts-qrcode.svg)](https://npmjs.org/package/dfts-qrcode)
[![NPM](https://img.shields.io/npm/dw/dfts-qrcode?logo=npm)](https://npmjs.org/package/dfts-qrcode)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfts-qrcode?cacheSeconds=86400)](https://npmjs.org/package/dfts-qrcode)

### dfx-helper

Angular Library with tons of utility tools helping in all projects.

[![NPM](https://nodei.co/npm/dfx-helper.png)](https://npmjs.org/package/dfx-helper)
[![npm version](https://badge.fury.io/js/dfx-helper.svg)](https://npmjs.org/package/dfx-helper)
[![NPM](https://img.shields.io/npm/dw/dfx-helper?logo=npm)](https://npmjs.org/package/dfx-helper)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-helper?cacheSeconds=86400)](https://npmjs.org/package/dfx-helper)

### dfx-translate

A simple translation package for Angular 4 - 12.

[![NPM](https://nodei.co/npm/dfx-translate.png)](https://npmjs.org/package/dfx-translate)
[![npm version](https://badge.fury.io/js/dfx-translate.svg)](https://npmjs.org/package/dfx-translate)
[![NPM](https://img.shields.io/npm/dw/dfx-translate?logo=npm)](https://npmjs.org/package/dfx-translate)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-translate?cacheSeconds=86400)](https://npmjs.org/package/dfx-translate)

### dfx-bootstrap-table

Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.

[![NPM](https://nodei.co/npm/dfx-bootstrap-table.png)](https://npmjs.org/package/dfx-bootstrap-table)
[![npm version](https://badge.fury.io/js/dfx-bootstrap-table.svg)](https://npmjs.org/package/dfx-bootstrap-table)
[![NPM](https://img.shields.io/npm/dw/dfx-bootstrap-table?logo=npm)](https://npmjs.org/package/dfx-bootstrap-table)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-bootstrap-table?cacheSeconds=86400)](https://npmjs.org/package/dfx-bootstrap-table)

### dfx-qrcode

`dfx-qrcode` is a tiny and simple-to-use Angular QrCode generator library.

[![NPM](https://nodei.co/npm/dfx-qrcode.png)](https://npmjs.org/package/dfx-qrcode)
[![npm version](https://badge.fury.io/js/dfx-qrcode.svg)](https://npmjs.org/package/dfx-qrcode)
[![NPM](https://img.shields.io/npm/dw/dfx-qrcode?logo=npm)](https://npmjs.org/package/dfx-qrcode)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-qrcode?cacheSeconds=86400)](https://npmjs.org/package/dfx-qrcode)
12 changes: 4 additions & 8 deletions libs/dfts-helper/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# dfts-helper

This library was generated with [Nx](https://nx.dev).
TypeScript Library with tons of utility tools helping in all projects.

## Building

Run `nx build dfts-helper` to build the library.

## Running unit tests

Run `nx test dfts-helper` to execute the unit tests via [Jest](https://jestjs.io).
[![npm version](https://badge.fury.io/js/dfts-helper.svg)](https://npmjs.org/package/dfts-helper)
[![NPM](https://img.shields.io/npm/dw/dfts-helper?logo=npm)](https://npmjs.org/package/dfts-helper)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfts-helper?cacheSeconds=86400)](https://npmjs.org/package/dfts-helper)
4 changes: 4 additions & 0 deletions libs/dfts-qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

`dfts-qrcode` is a tiny and simple-to-use Javascript QR-Code generator library. Fully type-safe and esm module compatible.

[![npm version](https://badge.fury.io/js/dfts-qrcode.svg)](https://npmjs.org/package/dfts-qrcode)
[![NPM](https://img.shields.io/npm/dw/dfts-qrcode?logo=npm)](https://npmjs.org/package/dfts-qrcode)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfts-qrcode?cacheSeconds=86400)](https://npmjs.org/package/dfts-qrcode)

- [Installation](#installation)
- [Usage](#usage)
- [HTMLImageElement](#htmlimageelement)
Expand Down
4 changes: 3 additions & 1 deletion libs/dfx-bootstrap-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Angular table CDK implementation for Bootstrap with filtering, sorting and pagin
Working with [@ng-bootstrap/ng-bootstrap](https://npmjs.org/package/@ng-bootstrap/ng-bootstrap) and
[@ngx-bootstrap](https://npmjs.org/package/ngx-bootstrap).

[![NPM](https://nodei.co/npm/dfx-bootstrap-table.png)](https://npmjs.org/package/dfx-bootstrap-table)
[![npm version](https://badge.fury.io/js/dfx-bootstrap-table.svg)](https://npmjs.org/package/dfx-bootstrap-table)
[![NPM](https://img.shields.io/npm/dw/dfx-bootstrap-table?logo=npm)](https://npmjs.org/package/dfx-bootstrap-table)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-bootstrap-table?cacheSeconds=86400)](https://npmjs.org/package/dfx-bootstrap-table)

### Demo

Expand Down
12 changes: 1 addition & 11 deletions libs/dfx-bootstrap-table/src/lib/sort/sort-animations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,7 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {
animate,
animateChild,
AnimationTriggerMetadata,
keyframes,
query,
state,
style,
transition,
trigger
} from '@angular/animations';
import {animate, animateChild, AnimationTriggerMetadata, keyframes, query, state, style, transition, trigger} from '@angular/animations';
import {AnimationCurves, AnimationDurations} from './animation';

const SORT_ANIMATION_TRANSITION = AnimationDurations.ENTERING + ' ' + AnimationCurves.STANDARD_CURVE;
Expand Down
13 changes: 1 addition & 12 deletions libs/dfx-bootstrap-table/src/lib/sort/sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@
*/

import {BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion';
import {
Directive,
EventEmitter,
Inject,
InjectionToken,
Input,
OnChanges,
OnDestroy,
OnInit,
Optional,
Output
} from '@angular/core';
import {Directive, EventEmitter, Inject, InjectionToken, Input, OnChanges, OnDestroy, OnInit, Optional, Output} from '@angular/core';
import {Subject} from 'rxjs';
import {SortDirection} from './sort-direction';
import {HasInitialized, mixinInitialized} from '../core/initialized';
Expand Down
4 changes: 3 additions & 1 deletion libs/dfx-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Angular Library with tons of utility tools helping in all projects.

[![NPM](https://nodei.co/npm/dfx-helper.png)](https://npmjs.org/package/dfx-helper)
[![npm version](https://badge.fury.io/js/dfx-helper.svg)](https://npmjs.org/package/dfx-helper)
[![NPM](https://img.shields.io/npm/dw/dfx-helper?logo=npm)](https://npmjs.org/package/dfx-helper)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-helper?cacheSeconds=86400)](https://npmjs.org/package/dfx-helper)

### Information

Expand Down
10 changes: 1 addition & 9 deletions libs/dfx-helper/src/lib/directives/ping.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import {
ChangeDetectionStrategy,
ChangeDetectorRef,
Component,
HostBinding,
Input,
NgModule,
numberAttribute
} from '@angular/core';
import {ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, Input, NgModule, numberAttribute} from '@angular/core';
import {HttpClient} from '@angular/common/http';

import {catchError, distinctUntilChanged, map, of, switchMap, timer} from 'rxjs';
Expand Down
9 changes: 1 addition & 8 deletions libs/dfx-helper/src/lib/interceptor/interceptor.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
HttpContextToken,
HttpErrorResponse,
HttpEvent,
HttpHandlerFn,
HttpRequest,
HttpResponse
} from '@angular/common/http';
import {HttpContextToken, HttpErrorResponse, HttpEvent, HttpHandlerFn, HttpRequest, HttpResponse} from '@angular/common/http';
import {catchError, Observable, tap, throwError} from 'rxjs';
import {inject} from '@angular/core';
import {BASE_URL_INTERCEPTOR, LOGGING_INTERCEPTOR, POST_PUT_JSON_CONTENT_TYPE_INTERCEPTOR} from './http-context-token';
Expand Down
4 changes: 4 additions & 0 deletions libs/dfx-qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

`dfx-qrcode` is a tiny and simple-to-use Angular QrCode generator library.

[![npm version](https://badge.fury.io/js/dfx-qrcode.svg)](https://npmjs.org/package/dfx-qrcode)
[![NPM](https://img.shields.io/npm/dw/dfx-qrcode?logo=npm)](https://npmjs.org/package/dfx-qrcode)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-qrcode?cacheSeconds=86400)](https://npmjs.org/package/dfx-qrcode)

- [Demo](https://qrcode-demo.dafnik.me)
- [Installation](#installation)
- [Usage](#usage)
Expand Down
4 changes: 3 additions & 1 deletion libs/dfx-translate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

A simple translation package for Angular 16.

[![NPM](https://nodei.co/npm/dfx-translate.png)](https://npmjs.org/package/dfx-translate)
[![npm version](https://badge.fury.io/js/dfx-translate.svg)](https://npmjs.org/package/dfx-translate)
[![NPM](https://img.shields.io/npm/dw/dfx-translate?logo=npm)](https://npmjs.org/package/dfx-translate)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfx-translate?cacheSeconds=86400)](https://npmjs.org/package/dfx-translate)

### Features

Expand Down

0 comments on commit ba21cbb

Please sign in to comment.