MattKraatz / GameNightBuddy

Manage your game night history and statistics with this companion built in Angular
https://gamenightbuddy.com
2 stars 0 forks source link

Move Service Aggregation to App Level #14

Closed MattKraatz closed 7 years ago

MattKraatz commented 7 years ago

Pass data via attributes to lower components Should only need one call to loadMembers(), etc... on App construction

Maybe wait until websockets are available, then no call to loadMembers is needed anyway Instead of resolving via router, how about displaying loading icons in the empty components?

MattKraatz commented 7 years ago

Documentation on using router guards to load data and pass into the route https://angular.io/docs/ts/latest/guide/router.html#!#resolve-guard

MattKraatz commented 7 years ago

We'll do it at GameNight level for those entities and App level for User/session entities

MattKraatz commented 7 years ago

Issue #18

MattKraatz commented 7 years ago

complete