This showcase was in need of some love.
This brings it up to date to match the latest angular2-seed changes as well as improves a couple small things. It also brings the same naming conventions found in angular2-seed.
Only thing that is not working is the set-active directive. I'm a little shaky on QueryList.
If you guys could take a look, you probably know what it is. I have it commented off the element in user_list.html. You will see small changes in set_active.ts in the List class where I was trying to make it work.
This should also make it easy to merge in new changes from angular2-seed to keep this showcase in sync with the foundation seed project :+1:
This showcase was in need of some love. This brings it up to date to match the latest angular2-seed changes as well as improves a couple small things. It also brings the same naming conventions found in angular2-seed.
Only thing that is not working is the
set-active
directive. I'm a little shaky onQueryList
. If you guys could take a look, you probably know what it is. I have it commented off the element inuser_list.html
. You will see small changes inset_active.ts
in theList
class where I was trying to make it work.This should also make it easy to merge in new changes from angular2-seed to keep this showcase in sync with the foundation seed project :+1: