Hacker News new | ask | show | jobs
by wmil 4305 days ago
Angular doesn't really provide a data model, you generally have to roll your own for an app.

Think of this as client side ActiveRecord. It handles queries, relations, and syncing with the back end.