This project is generated with yo angular generator version 0.15.1.
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.
SELECT COUNT(h.id) as hosts, h.account_id, a.name, a.email FROM hosts as h LEFT JOIN accounts as a ON h.account_id = a.id GROUP BY account_id;