AngularShowcase / angular2-sample-app

Sample application built with Angular 2
MIT License
114 stars 132 forks source link

Bringing up to date with latest angular2-seed and alpha 40 changes. #4

Closed NathanWalker closed 9 years ago

NathanWalker commented 9 years ago

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:

ludohenin commented 9 years ago

Awesome, Thanks a lot @NathanWalker