0.0.8 • Published 2 years ago

new-cards-library v0.0.8

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

NewCardsLibrary

This library was generated with Angular CLI version 14.0.0.

Import

import { NewCardsLibraryModule } from 'new-cards-library';

Usage

<lib-group-card-component [itemstotalCount]="arrayOfItems" (onExportClick)="ExportFuncXXXX($event)" (onCreateClick)="CreateFuncXXXX($event)" (onFilterClick)="FilterFuncXXXX($event)" (onSearchClick)="SearchFuncXXXX($event)"></lib-group-card-component>.

To insert the array

arrayOfItems: any = [{...},{...}];.

To emit the export button

ExportFuncXXXX(event: any) {......}.

To emit the craete button

CreateFuncXXXX(event: any) {......}.

To emit the filter button

FilterFuncXXXX(event: any) {......}.

To emit the search button

SearchFuncXXXX(event: any) {......}.

To customize the Css use ng-deep.

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago