0.0.8 • Published 2 years ago
new-cards-library v0.0.8
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.