0.0.8 • Published 3 years ago

new-cards-library v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago