tablerlight
v0.0.1439-b
Published
Tablerlight is a lite table manager using primeng and angular to simplify the way you work with datasets and formbuilders You must provide the dataset for example in your folder run
Downloads
264
Readme
Tablerlight
Tablerlight is a lite table manager using primeng and angular to simplify the way you work with datasets and formbuilders You must provide the dataset for example in your folder run
install nodejs from your web browser
angular cli
npm i -g @angular/cli
generate an angular app
ng new tablerApp
install tablelight
npm i tablerlight@latest
in your app.component.ts
import {TablerComponent} from "tablerlight/src/lib/tabler/tabler.component";
in your app.component.html
append the main html with
You may just provide a data list as tabler arguments and tablerlight will automatically build forms and dataset
This library was generated with Angular CLI version 18.2.0.
Code scaffolding
Run ng generate component component-name --project tablerlight to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project tablerlight.
Note: Don't forget to add
--project tablerlightor else it will be added to the default project in yourangular.jsonfile.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
import {FieldConfig, getDatasetFromData} from "tablerlight/src/lib/fieldConfig/fieldConfig";
import {FormBuilderComponent} from "tablerlight/src/lib/form-builder/form-builder.component";
