0.0.4 • Published 2 years ago

lta-component-library v0.0.4

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

LtaComponentLibrary

Small lib for Angular with few components paging, sorting etc

Usage

Sorting

Pagination

<lib-srv-pagination config="pagination" (pageChanged)="pageChanged($event)" pageSizes="5, 10, 15, 20" class="srv-pagination" translation="pagingSTranslation"

Filtering

<lib-srv-filtering config="vm.config" (filterChange)="filterChangedHandler($event)" >

Development server

ng build --project=lta-component-library --watch //in consumer npm link lta-component-library This project was generated with Angular CLI version 14.2.3.

#publish package ng build --project=lta-component-library -c=production npm login cd .\dist\lta-component-library\ npm publish

0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago