# ServersideCrud

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.9.

## Code scaffolding

Run `ng generate component component-name --project serverside-crud` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project serverside-crud`.
> Note: Don't forget to add `--project serverside-crud` or else it will be added to the default project in your `angular.json` file. 

## Build

Run `ng build serverside-crud --prod` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build serverside-crud`, go to the dist folder `cd dist/serverside-crud` and run `npm publish`.

## NGX-TRANSLATE 
✅ crud-col traducibili
✅ crud-row-button traducibili

CODES:

- FEPB_CRUD_NODATA:"Nessun risultato"
- FEPB_CRUD_RESULTS:"Risultati"
- FEPB_CRUD_RESULT:"Risultato"
- FEPB_CRUDROWBUTTON_CONFIRM:'Confermi?'
- FEPB_CRUDROWBUTTON_CONFIRM_YES:'Sì'
- FEPB_CRUDROWBUTTON_CONFIRM_NO: 'No'

#PDF EXPORTER

- FEPB_CRUDPDFEXPORTER_TITLE: 'Esportazione effettuata in data'
- FEPB_CRUDPDFEXPORTER_FOOTER: 'Documento generato tramite Rilancio Italia 2020 - www.rilancioitalia2020.it -  by www.alfercom.com'
- FEPB_CRUDPDFEXPORTER_FILTERPREFIX: 'FILTRI APPLICATI: '
- FEPB_CRUDPDFEXPORTER_FILENAMEDEFAULT : 'Esportazione'

#XLS EXPORTER

- FEPB_CRUDXLSEXPORTER_SHEETNAME: 'Dati Esportati '
- FEPB_CRUDXLSEXPORTER_SHEETFILTRI: 'Filtri Applicati'
- FEPB_CRUDXLSEXPORTER_FILTERTITLE: 'FILTRI APPLICATI: '
- FEPB_CRUDXLSEXPORTER_TITLE: 'Esportazione Effettuata tramite Piattaforma Rilancio Italia 2020 - www.rilancioitalia2020.it'
- FEPB_CRUDXLSEXPORTER_FILENAMEDEFAULT : 'Esportazione effettuata in data'

#CRUD UTILS

- FEPB_CRUD_SEARCHFILTERLABELPX: 'Cerca: '
- FEPB_CRUD_FILTERDRAWERTITLE: "Applica filtri"

#CRUD FILTERS
- FEPB_CRUD_FILTERDRAWER_SELECTALLOPTION: 'Tutti'
- FEPB_CRUD_FILTERDRAWER_TEXTBOX_TITLE: 'Premi invio effettuare la ricerca'
- FEPB_CRUD_FILTERDRAWER_TEXTBOX_PLACEHOLDER: 'Inserisci valore'
- FEPB_CRUD_FILTERDRAWER_DATE_PLACEHOLDER: 'Seleziona la data'
- FEPB_CRUD_FILTERDRAWER_SELECT_SHOWALLOPTIONS: 'Visualizza tutte le opzioni'
- FEPB_CRUD_FILTERDRAWER_AUTOCOMPLETE_PLACEHOLDER: 'Cerca e seleziona un valore'
- FEPB_CRUD_FILTERDRAWER_SELECT_SHOWALLOPTIONS_MODALTITLE: 'Tutte le opzioni per'
- FEPB_CRUD_FILTERDRAWER_SELECT_SHOWALLOPTIONS_MODALBTNCLOSE: 'Chiudi'
- FEPB_CRUD_FILTERDRAWER_SELECT_SHOWALLOPTIONS_MODALBTNOK: 'OK'

## Running unit tests

Run `ng test serverside-crud` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
