samuil4/ts-data-layer-model

Add collection entity

Closed this issue · 1 comments

A collection mus accept array and automatically instantiate a new given model for each element in the array.
Example:
const usersCollection = new Collection([....]);

A collection should implement the following:
TODO

Added in v.1.0.2