irossimoline / angular4-material-table

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
MIT License
55 stars 25 forks source link

Release for Angular 7 #30

Closed lakinduakash closed 5 years ago

lakinduakash commented 5 years ago

Any idea for release for angular 7 may valuable

irossimoline commented 5 years ago

Published a new version for Angular 7.

It mainly update library dependencies, and also implements a refactor to separate template-driven from reactive-forms technique. It does support both approaches, but separates internal behavior manipulating the data directly on FormGroup and FormControls if using reactive-forms approach. In case of using template-driven, the data correctness validation before submitting (edit & create confirmation) must be done on client side (user's code).