Closed MattKraatz closed 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
We'll do it at GameNight level for those entities and App level for User/session entities
Issue #18
complete
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?